forked from interstellar_development/freeftf
Prep for forgejo migration.
This commit is contained in:
parent
882ef67c42
commit
56d77fbb53
6 changed files with 324 additions and 83 deletions
|
|
@ -10,10 +10,8 @@
|
|||
extends Control
|
||||
|
||||
func _ready():
|
||||
if Game.player_escaped or (Game.is_beast and Game.escaped == 0):
|
||||
$VBoxContainer/Label.text = "You Win"
|
||||
else:
|
||||
$VBoxContainer/Label.text = "You Lose"
|
||||
$VBoxContainer/Label.text = Game.result
|
||||
Game.result = "You Lose"
|
||||
|
||||
|
||||
func _process(_delta):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue