mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add third room with door
This commit is contained in:
parent
1c14b4c224
commit
4c8495581b
4 changed files with 27 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ secondRoom: Room 'Second Room'
|
|||
"This is another boring room with a few balloons and a painting on the wall. "
|
||||
roomParts = (inherited() - [defaultEastWall] + [secondRoomEastWall])
|
||||
north = startingRoom
|
||||
south = oldDoorOutside
|
||||
;
|
||||
|
||||
+ Decoration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue