diff options
author | bd <bdunahu@operationnull.com> | 2025-05-23 18:06:37 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-23 18:06:37 -0400 |
commit | 39acc5aff9c7ac75b34364ed4d389d7a6bcfc53d (patch) | |
tree | a50e78c0e5ad0899f2dd369259a806ed3a1ad4d1 /scripts/wyvern_animation_handler.gd | |
parent | 6d166db85ec2518b3219240f7cbf26221eec1f76 (diff) |
Refactor tower sprites + animation scripts
Diffstat (limited to 'scripts/wyvern_animation_handler.gd')
-rw-r--r-- | scripts/wyvern_animation_handler.gd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/wyvern_animation_handler.gd b/scripts/wyvern_animation_handler.gd deleted file mode 100644 index 8cadc72..0000000 --- a/scripts/wyvern_animation_handler.gd +++ /dev/null @@ -1,6 +0,0 @@ -extends "res://scripts/base_animation_handler.gd" - -func _ready(): - idle = Rect2(384, 160, 16, 16) - attack = Rect2(400, 160, 16, 16) - update_texture() |