mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Intro tuning
This commit is contained in:
parent
f9bfc39f65
commit
261e935ee6
2 changed files with 6 additions and 6 deletions
10
experiment.t
10
experiment.t
|
|
@ -28,13 +28,13 @@ gameMain: GameMainDef
|
||||||
experimentNumber = 10 + rand(100);
|
experimentNumber = 10 + rand(100);
|
||||||
dayNumber = rand(1000);
|
dayNumber = rand(1000);
|
||||||
|
|
||||||
"<.p>
|
"\b
|
||||||
<q>Experiment <<experimentNumber>>,
|
<q>Experiment <<experimentNumber>>,
|
||||||
day number <<dayNumber>>,</q>
|
day number <<dayNumber>>,</q>
|
||||||
a cold mechanical voice suddenly interrupts
|
a cold mechanical voice suddenly interrupts
|
||||||
your restless sleep.
|
your restless sleep.\b
|
||||||
<q>Have a nice day!</q>
|
<<inputManager.pauseForMore(true)>>
|
||||||
<.p>";
|
Enter <q>instruction</q> if you need a tutorial.\b";
|
||||||
}
|
}
|
||||||
showGoodbye () {"
|
showGoodbye () {"
|
||||||
<.p>Game over<.p>
|
<.p>Game over<.p>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ orangeRoom: DarkRoom
|
||||||
The bathroom is to the west,
|
The bathroom is to the west,
|
||||||
the exit door leads to the south. "
|
the exit door leads to the south. "
|
||||||
south = orangeDoor
|
south = orangeDoor
|
||||||
west = orangeBathroom
|
west = brightness == 3 ? orangeBathroom : nil
|
||||||
;
|
;
|
||||||
|
|
||||||
/* Doors */
|
/* Doors */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue