The yellow room and a door between two rooms

This commit is contained in:
He4eT 2019-11-05 02:35:25 +05:00
commit d87ad915a7
3 changed files with 32 additions and 0 deletions

16
src/room/yellowRoom.t Normal file
View file

@ -0,0 +1,16 @@
yellowRoom: Room
'Yellow room'
" This is another room which every surface
covered with matte white panels.
<.p>
There is a door in the north direction."
north = orangeDoorOutside
;
/* Doors */
+ orangeDoorOutside: Door -> orangeDoor
'sliding door'
'door number <<gameMain.experimentNumber>>'
"Door number <<gameMain.experimentNumber>>.<br>"
;