You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -458,9 +463,10 @@ export class GameState extends State {
458
463
}
459
464
460
465
gameOver(){
461
-
this.shutdown()
462
-
//console.log("GAME OVER")
463
466
this.changeState("end")
467
+
this.shutdown()
468
+
log("GAME OVER")
469
+
464
470
}
465
471
466
472
clubPlayer(amount: number){
@@ -561,7 +567,11 @@ export class GameState extends State {
561
567
this.showDialogAbove("dialog",t.x,t.y,"Welcome to the game!")
562
568
break
563
569
case"tutorial1-enter":
564
-
this.showDialogAbove("dialog",t.x,t.y,"Papers on the floor can be very usefull ;)")
570
+
this.showDialogAbove("dialog",t.x,t.y,"Papers on the floor can be very useful ;)")
571
+
this.unlockLevel(LEVEL.PARKINGLOT)
572
+
break
573
+
case"tutorial2-enter":
574
+
this.showDialogAbove("dialog",t.x,t.y,"You might have noticed that your Battery is running low.\n But that guy over there looks like he has a full charge in his smartphone...\n Try pressing <space> next to him...")
0 commit comments