working with level changes and money deposits
This commit is contained in:
@@ -16,7 +16,7 @@ func _ready() -> void:
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
gamemode.text = str(level_control.gamemode.gamemode_name)
|
||||
high_score.text = str("HIGH SCORE : ",GameGlobals.high_score)
|
||||
high_score.text = str("HIGH SCORE : $",GameGlobals.high_score)
|
||||
kills.text = "Kills : " + str(SaveLoad.enemies_killed)
|
||||
deaths.text = "Deaths : " + str(SaveLoad.player_deaths)
|
||||
shots_fired.text = "Shots Fired : " + str(SaveLoad.shots_fired)
|
||||
|
||||
Reference in New Issue
Block a user