[gd_scene load_steps=7 format=3 uid="uid://d4fhtfjhdgv8p"] [ext_resource type="Texture2D" uid="uid://20ldjesg1ht3" path="res://icon.svg" id="1_4r6tq"] [ext_resource type="PackedScene" uid="uid://c51bams63yrds" path="res://static_object.tscn" id="1_i6y7f"] [ext_resource type="Shape2D" uid="uid://dr8p5aiw65e15" path="res://godot_shape.tres" id="1_nsm8u"] [ext_resource type="Script" path="res://overlap.gd" id="3_1y6lv"] [ext_resource type="Script" path="res://incrementer.gd" id="5_yo3el"] [sub_resource type="Curve2D" id="Curve2D_migqo"] _data = { "points": PackedVector2Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1063, 50, 0, 0, 0, 0, 1014, 420, 0, 0, 0, 0, 987, 622, 0, 0, 0, 0, 45, 615, 0, 0, 0, 0, 59, 80) } point_count = 6 [node name="World" type="Node2D"] [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") [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] shape = ExtResource("1_nsm8u") [node name="Sprite2D" type="Sprite2D" parent="Area2D"] texture = ExtResource("1_4r6tq") [node name="Path2D" type="Path2D" parent="."] curve = SubResource("Curve2D_migqo") [node name="PathFollow2D" type="PathFollow2D" parent="Path2D"] position = Vector2(318.557, 14.9839) rotation = 0.047002 progress = 318.91 script = ExtResource("5_yo3el") [node name="MovingOne" parent="Path2D/PathFollow2D" instance=ExtResource("1_i6y7f")] [connection signal="body_entered" from="Area2D" to="Area2D" method="_on_body_entered"]