|
@@ -14,9 +14,12 @@ point_count = 6
|
|
|
|
|
|
[node name="World" type="Node2D"]
|
|
|
|
|
|
-[node name="NotMovingStaticBody2D" parent="." instance=ExtResource("1_i6y7f")]
|
|
|
+[node name="NotMovingAlpha" parent="." instance=ExtResource("1_i6y7f")]
|
|
|
position = Vector2(747, 383)
|
|
|
|
|
|
+[node name="NotMovingBeta" parent="." instance=ExtResource("1_i6y7f")]
|
|
|
+position = Vector2(253, 477)
|
|
|
+
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
position = Vector2(306, 257)
|
|
|
script = ExtResource("3_1y6lv")
|
|
@@ -36,6 +39,6 @@ rotation = 0.047002
|
|
|
progress = 318.91
|
|
|
script = ExtResource("5_yo3el")
|
|
|
|
|
|
-[node name="StaticBody2D" parent="Path2D/PathFollow2D" instance=ExtResource("1_i6y7f")]
|
|
|
+[node name="MovingOne" parent="Path2D/PathFollow2D" instance=ExtResource("1_i6y7f")]
|
|
|
|
|
|
[connection signal="body_entered" from="Area2D" to="Area2D" method="_on_body_entered"]
|