when I run game, nothing happens but mana is increased continuously when click a circle image.
is it expected?
when click a circle, there is an error, and can be fixed by changing 2 lines of code.
var mana_total = 0 # instead of [var mana_total]
func _process(delta):
print("Mana total: ", mana_total) # instead of [print("Mana total: " + mana_total)]
and you'd better change SAVE_PATH
to "user://"
instead of "res://"