diff --git a/components/Bullets/PurpleCrystal.tscn b/components/Bullets/PurpleCrystal.tscn index 79e63fd..ac377a7 100644 --- a/components/Bullets/PurpleCrystal.tscn +++ b/components/Bullets/PurpleCrystal.tscn @@ -26,5 +26,4 @@ lifeTime = 1000.0 sprite_frames = SubResource("SpriteFrames_r86b3") [node name="hitbox" parent="." index="1"] -position = Vector2(-33, 0) shape = SubResource("CircleShape2D_ty1as") diff --git a/components/Bullets/PurpleCrystalSmall.tscn b/components/Bullets/PurpleCrystalSmall.tscn index cfd2601..dcb8120 100644 --- a/components/Bullets/PurpleCrystalSmall.tscn +++ b/components/Bullets/PurpleCrystalSmall.tscn @@ -16,7 +16,7 @@ animations = [{ }] [sub_resource type="CircleShape2D" id="CircleShape2D_gdnkp"] -radius = 2.23607 +radius = 5.0 [node name="PurpleCrystalSmall" instance=ExtResource("1_7tnrb")] modulate = Color(1.5, 1.5, 1.5, 1) @@ -31,5 +31,4 @@ scale = Vector2(0.6, 0.6) sprite_frames = SubResource("SpriteFrames_r86b3") [node name="hitbox" parent="." index="1"] -position = Vector2(-17, 0) shape = SubResource("CircleShape2D_gdnkp")