the-lost-memory/project/Shattered1.gd

17 lines
341 B
GDScript3
Raw Permalink Normal View History

2022-11-17 17:52:05 +00:00
extends StaticBody2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
var type = 'Shattered1'
# Called when the node enters the scene tree for the first time.
func _ready():
$AnimatedSprite.play("default")
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass