renamed game.golds into game.keys
This commit is contained in:
parent
bc57ba4171
commit
51a6a6c10d
7 changed files with 14 additions and 15 deletions
|
@ -28,7 +28,7 @@ func _ready():
|
|||
|
||||
func _physics_process(delta):
|
||||
#Gold Counter
|
||||
gold_counter.text = "%02d" % Game.golds
|
||||
gold_counter.text = "%02d" % Game.keys
|
||||
#Shard Counter
|
||||
shard_counter.text = str(Game.shards)
|
||||
#Star Counter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue