summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-25 13:02:48 -0400
committerbd <bdunahu@operationnull.com>2025-05-25 13:02:48 -0400
commit2e0c1c719db8bd6949a98678d0848c314bdaa0d7 (patch)
tree15b5036c299706c561a28aceaf77c0f5189c13e2 /scenes
parent4e956f8f242eea5c52fb3f6bb6190494e55a7e79 (diff)
Fix bug where different warlocks would share the same circular range
Diffstat (limited to 'scenes')
-rw-r--r--scenes/warlock.tscn5
1 files changed, 2 insertions, 3 deletions
diff --git a/scenes/warlock.tscn b/scenes/warlock.tscn
index 30b88fd..148ff3e 100644
--- a/scenes/warlock.tscn
+++ b/scenes/warlock.tscn
@@ -5,8 +5,7 @@
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wu3n4"]
size = Vector2(16, 16)
-[sub_resource type="CircleShape2D" id="CircleShape2D_rpypk"]
-radius = 64.0
+[sub_resource type="CircleShape2D" id="CircleShape2D_pbm03"]
[node name="Warlock" type="StaticBody2D"]
script = ExtResource("1_6o2jo")
@@ -21,7 +20,7 @@ position = Vector2(6, -5)
[node name="Tower" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Tower"]
-shape = SubResource("CircleShape2D_rpypk")
+shape = SubResource("CircleShape2D_pbm03")
[node name="ProjectileContainer" type="Node" parent="."]