Hide killed label on TTT

This commit is contained in:
Paul Black 2023-05-23 11:12:38 -06:00
parent 62f7241adb
commit f024c3f2ef

View file

@ -161,6 +161,7 @@ func selected_runner(player):
func not_runner(player):
$RunnerPanel.visible = true
$killedLabel.visible = false
Global.HUDStartLabelText = str(player + " is the runner!")
var runnerHealth = 0