diff options
Diffstat (limited to 'world.map')
-rw-r--r-- | world.map | 19 |
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 |