forked from team-sg/hero-mark-2
added SCORE: before score
This commit is contained in:
parent
aab9a99f25
commit
bc75c3fd50
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ func _ready() -> void:
|
|||
for i in 5:
|
||||
var shard = shards.get_child(i)
|
||||
shard.get_node("Title").text = level.shard_titles[i]
|
||||
score.text = "%05d" % Game.score
|
||||
score.text = str("SCORE:") + "%05d" % Game.score
|
||||
time.text = str("TIME: ") + Game.timeify(Game.time)
|
||||
#Determine score bonuses
|
||||
collection_bonus_score.text = str("+") + str(Game.collection_bonus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue