diff --git a/assets/en.json b/assets/en.json
index b9280570..db5467ac 100644
--- a/assets/en.json
+++ b/assets/en.json
@@ -8,15 +8,15 @@
"tiles": {
"water": {
"interact": "A refreshing body of water."
+ },
+ "lamp": {
+ "interact": "An electric lamp.\nA real lightbulb idea."
+ },
+ "rail": {
+ "interact": "Train tracks.\n...Better not cross them."
}
},
"entities": {
- "sign": {
- "name": "Sign"
- },
- "bob": {
- "name": "Bob"
- }
},
"maps": {
"testmap": {
@@ -26,6 +26,11 @@
"1": "This is another sign.",
"2": "It has two lines."
}
+ },
+ "train_station": {
+ "stair_sign": {
+ "0": "Stairs slippery when wet.\n\n<- West to Town.\n-> East to lakefront."
+ }
}
}
}
\ No newline at end of file
diff --git a/assets/maps/downtown.tmx b/assets/maps/downtown.tmx
new file mode 100644
index 00000000..9381956e
--- /dev/null
+++ b/assets/maps/downtown.tmx
@@ -0,0 +1,17 @@
+
+
diff --git a/assets/maps/train_station.tmx b/assets/maps/train_station.tmx
index 086ca2c2..a3b06e51 100644
--- a/assets/maps/train_station.tmx
+++ b/assets/maps/train_station.tmx
@@ -1,7 +1,8 @@
-