summaryrefslogtreecommitdiff
path: root/world.map
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-06-06 17:35:24 +0000
committerrodri <rgl@antares-labs.eu>2020-06-06 17:35:24 +0000
commit859280ae54b396948b63b5aee6db5ef92748cda0 (patch)
tree0736279ba8520b66a1343e7cfd71b06f24563669 /world.map
parent9bc2a9ca1cda79005441c3b944d15598cba6892b (diff)
downloadst-master.tar.gz
st-master.tar.bz2
st-master.zip
new rendering loop time stepping. started the description of a world map.HEADmaster
Diffstat (limited to 'world.map')
-rw-r--r--world.map19
1 files changed, 19 insertions, 0 deletions
diff --git a/world.map b/world.map
new file mode 100644
index 0000000..6da4bf6
--- /dev/null
+++ b/world.map
@@ -0,0 +1,19 @@
+id = 0
+description = The hall of a house.
+rooms = ,,,,1
+
+id = 1
+description = The hallway of a house.
+rooms = 0,3,4,,2
+
+id = 2
+description = The living room.
+rooms = 1
+
+id = 3
+description = The bathroom.
+rooms = ,,,,,1
+
+id = 4
+description = The bedroom.
+rooms = ,,,,,,1