From 39acc5aff9c7ac75b34364ed4d389d7a6bcfc53d Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 23 May 2025 18:06:37 -0400 Subject: Refactor tower sprites + animation scripts --- scripts/wyvern_animation_handler.gd | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scripts/wyvern_animation_handler.gd (limited to 'scripts/wyvern_animation_handler.gd') 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() -- cgit v1.2.3