xiandie/scene/ground/script/c03/s09_pro棺材怪.gd

13 lines
191 B
GDScript

@tool
extends ProAnimatedSprite2D
func _ready() -> void:
super._ready()
if Engine.is_editor_hint():
return
func _physics_process(delta: float) -> void:
super._physics_process(delta)