From 859280ae54b396948b63b5aee6db5ef92748cda0 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 6 Jun 2020 17:35:24 +0000 Subject: new rendering loop time stepping. started the description of a world map. --- world.map | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 world.map (limited to 'world.map') 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 -- cgit v1.2.3