Files
pomchronicles/hero_icon.gd

6 lines
79 B
GDScript

class_name HeroIcon extends Sprite2D
func move(pos : Vector2) -> void:
pass