mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
5 lines
116 B
Perl
5 lines
116 B
Perl
startingRoom: Room 'Starting Room'
|
|
"This is the boring starting room."
|
|
south = secondRoom
|
|
east = brokenDoor
|
|
;
|