mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 09:07:22 +00:00
The yellow room and a door between two rooms
This commit is contained in:
parent
da76e65857
commit
d87ad915a7
3 changed files with 32 additions and 0 deletions
16
src/room/yellowRoom.t
Normal file
16
src/room/yellowRoom.t
Normal 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>"
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue