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
7
objects/hud/blocktext.gd
Normal file
7
objects/hud/blocktext.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
$AnimationPlayer.play("block")
|
||||
|
||||
func _on_AnimationPlayer_animation_finished(anim_name):
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue