simple-tads-game/locations/startingRoom.t
2024-12-10 10:04:42 +01:00

5 lines
116 B
Perl

startingRoom: Room 'Starting Room'
"This is the boring starting room."
south = secondRoom
east = brokenDoor
;