forked from team-sg/hero-mark-2
Made some changes :)
This commit is contained in:
parent
038935709f
commit
8f6a068eba
76 changed files with 889 additions and 36 deletions
|
@ -10,5 +10,6 @@ func _on_Area2D_area_entered(area):
|
|||
#Collect
|
||||
if area.is_in_group("player"):
|
||||
Game.golds += value
|
||||
Game.score += 5
|
||||
Game.play_sound(Game.a_gold,Game.ac_collectible)
|
||||
queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue