Add loss reason to loss screen
This commit is contained in:
parent
bce5ded6f3
commit
eceb7f5097
2 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ func _physics_process(delta):
|
|||
_walk_in_remaining -= delta
|
||||
if _walk_in_remaining <= 0.0:
|
||||
_game_lost_emitted = true
|
||||
EventBus.game_lost.emit("ROBOT GOT IN")
|
||||
EventBus.game_lost.emit(Strings.LOSS_ROBOT)
|
||||
return
|
||||
|
||||
if stun_remaining > 0.0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue