Add third room with door

This commit is contained in:
He4eT 2024-12-10 09:44:10 +01:00
commit 4c8495581b
4 changed files with 27 additions and 0 deletions

View file

@ -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