[gd_scene load_steps=21 format=3 uid="uid://dqiqtd2tc5my2"] [ext_resource type="Texture2D" uid="uid://bkaaimliodtlk" path="res://assets/starSpin.png" id="1_043sy"] [ext_resource type="Script" uid="uid://bwfsa5w0dsrpe" path="res://scenes/collectible.gd" id="1_wgcun"] [sub_resource type="AtlasTexture" id="AtlasTexture_5gm6c"] atlas = ExtResource("1_043sy") region = Rect2(0, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_3sxgq"] atlas = ExtResource("1_043sy") region = Rect2(96, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_6een8"] atlas = ExtResource("1_043sy") region = Rect2(192, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_r8jnd"] atlas = ExtResource("1_043sy") region = Rect2(288, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_auuxs"] atlas = ExtResource("1_043sy") region = Rect2(384, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_wnu8s"] atlas = ExtResource("1_043sy") region = Rect2(480, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_tdy4w"] atlas = ExtResource("1_043sy") region = Rect2(576, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_wakok"] atlas = ExtResource("1_043sy") region = Rect2(672, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_oj4s1"] atlas = ExtResource("1_043sy") region = Rect2(768, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_86cm0"] atlas = ExtResource("1_043sy") region = Rect2(864, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_e8wp4"] atlas = ExtResource("1_043sy") region = Rect2(960, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_x5dik"] atlas = ExtResource("1_043sy") region = Rect2(1056, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_4k6ij"] atlas = ExtResource("1_043sy") region = Rect2(1152, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_ya87j"] atlas = ExtResource("1_043sy") region = Rect2(1248, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_lj2a6"] atlas = ExtResource("1_043sy") region = Rect2(1344, 0, 96, 96) [sub_resource type="AtlasTexture" id="AtlasTexture_gt727"] atlas = ExtResource("1_043sy") region = Rect2(1440, 0, 96, 96) [sub_resource type="SpriteFrames" id="SpriteFrames_1jorq"] animations = [{ "frames": [{ "duration": 1.0, "texture": SubResource("AtlasTexture_5gm6c") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_3sxgq") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_6een8") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_r8jnd") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_auuxs") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_wnu8s") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_tdy4w") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_wakok") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_oj4s1") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_86cm0") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_e8wp4") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_x5dik") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_4k6ij") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_ya87j") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_lj2a6") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_gt727") }], "loop": true, "name": &"default", "speed": 5.0 }] [sub_resource type="RectangleShape2D" id="RectangleShape2D_03mcx"] size = Vector2(61.5, 57.5) [node name="Area2D" type="Area2D"] script = ExtResource("1_wgcun") [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] unique_name_in_owner = true sprite_frames = SubResource("SpriteFrames_1jorq") autoplay = "default" frame = 11 frame_progress = 0.842595 speed_scale = 2.0 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(0, -1) shape = SubResource("RectangleShape2D_03mcx") [connection signal="body_entered" from="." to="." method="_on_body_entered"]