Coins system, and finished mortar

This commit is contained in:
2025-04-30 08:57:16 +02:00
parent 6ffc9d3ba9
commit 7d79d3f60f
15 changed files with 253 additions and 37 deletions

7
Game/Accesories/coin.gd Normal file
View File

@ -0,0 +1,7 @@
extends Node2D
func _ready() -> void:
get_node("AnimatedSprite2D").play("play")
func _on_animated_sprite_2d_animation_finished() -> void:
queue_free()