renamed game.golds into game.keys

This commit is contained in:
pennyrigate 2023-05-08 03:16:41 -04:00
parent bc57ba4171
commit 51a6a6c10d
7 changed files with 14 additions and 15 deletions

View file

@ -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