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 /scenes/wyvern.tscn | |
parent | 6d166db85ec2518b3219240f7cbf26221eec1f76 (diff) |
Refactor tower sprites + animation scripts
Diffstat (limited to 'scenes/wyvern.tscn')
-rw-r--r-- | scenes/wyvern.tscn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scenes/wyvern.tscn b/scenes/wyvern.tscn index a369573..dca36fd 100644 --- a/scenes/wyvern.tscn +++ b/scenes/wyvern.tscn @@ -1,7 +1,6 @@ -[gd_scene load_steps=5 format=3 uid="uid://d37i2dwyynqdw"] +[gd_scene load_steps=4 format=3 uid="uid://d37i2dwyynqdw"] [ext_resource type="Script" uid="uid://cfhnd8k1sy116" path="res://scripts/wyvern.gd" id="1_xynyr"] -[ext_resource type="Script" uid="uid://dl7a53e1auku7" path="res://scripts/wyvern_animation_handler.gd" id="2_wbji5"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_wu3n4"] size = Vector2(16, 16) @@ -29,7 +28,6 @@ wait_time = 2.0 [node name="Sprite2D" type="Sprite2D" parent="."] region_rect = Rect2(496, 16, 16, 16) -script = ExtResource("2_wbji5") [connection signal="body_entered" from="Tower" to="." method="_on_tower_body_entered"] [connection signal="body_exited" from="Tower" to="." method="_on_tower_body_exited"] |