summaryrefslogtreecommitdiff
path: root/scenes/defenders/warlock_animation_handler.gd
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-22 13:50:49 -0400
committerbd <bdunahu@operationnull.com>2025-05-22 13:50:49 -0400
commit8c5c4863aeacb4afcf70f339df6d601e2df1a7a6 (patch)
tree6c2af54a18271534864a7a1daed7814ebac5abd1 /scenes/defenders/warlock_animation_handler.gd
parent80e145ba2b85e08f895e76ba6a03bb67bc9ce9ea (diff)
Reorganized files into scenes and scripts
Diffstat (limited to 'scenes/defenders/warlock_animation_handler.gd')
-rw-r--r--scenes/defenders/warlock_animation_handler.gd6
1 files changed, 0 insertions, 6 deletions
diff --git a/scenes/defenders/warlock_animation_handler.gd b/scenes/defenders/warlock_animation_handler.gd
deleted file mode 100644
index 49c2b8a..0000000
--- a/scenes/defenders/warlock_animation_handler.gd
+++ /dev/null
@@ -1,6 +0,0 @@
-extends "res://scenes/defenders/base_animation_handler.gd"
-
-func _ready():
- idle = Rect2(496, 16, 16, 16)
- attack = Rect2(496, 32, 16, 16)
- update_texture()