mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Clear screen on restart
This commit is contained in:
parent
8bf8044e42
commit
df70dabe14
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ gameMain: GameMainDef
|
|||
dayNumber = nil
|
||||
|
||||
showIntro () {
|
||||
cls();
|
||||
|
||||
experimentNumber = 10 + rand(100);
|
||||
dayNumber = rand(1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue