204 lines
6.3 KiB
Plaintext
204 lines
6.3 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://ci34db7xool2n"]
|
|
|
|
[ext_resource type="Script" path="res://scene/ground/script/c01/s01_自动枯萎的花朵.gd" id="1_l00w7"]
|
|
[ext_resource type="Texture2D" uid="uid://crdphnglw5tv8" path="res://asset/art/little_game/自动枯萎的花/花.png" id="2_h4yj5"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_p73pf"]
|
|
atlas = ExtResource("2_h4yj5")
|
|
region = Rect2(0, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_2mqji"]
|
|
atlas = ExtResource("2_h4yj5")
|
|
region = Rect2(0, 32, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hm6ef"]
|
|
atlas = ExtResource("2_h4yj5")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_tkwcu"]
|
|
atlas = ExtResource("2_h4yj5")
|
|
region = Rect2(32, 32, 32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_hq611"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_p73pf")
|
|
}],
|
|
"loop": true,
|
|
"name": &"flower1_开放",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_2mqji")
|
|
}],
|
|
"loop": true,
|
|
"name": &"flower1_枯萎",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_hm6ef")
|
|
}],
|
|
"loop": true,
|
|
"name": &"flower2_开放",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_tkwcu")
|
|
}],
|
|
"loop": true,
|
|
"name": &"flower2_枯萎",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="S01自动枯萎的花朵" type="Node2D"]
|
|
script = ExtResource("1_l00w7")
|
|
flower_area = Vector2(1500, 50)
|
|
|
|
[node name="flower1" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(281.888, 13.2162)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower2" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(690.229, 15.219)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower3" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(174.205, 10.194)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower4" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(565.422, 30.5498)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower5" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(892.792, 28.8082)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower6" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(147.793, 38.25)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower7" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(992.862, 16.1515)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_枯萎"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower8" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(847.811, 25.4702)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower9" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1405.19, 10.9608)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower10" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1221.38, 20.335)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower11" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(777.194, 10.8606)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower12" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(915.414, 20.246)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower13" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(718.029, 46.6113)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower14" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1431.68, 25.2483)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower15" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(198.132, 33.0604)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower16" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(809.788, 46.8787)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower17" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1020.75, 15.6941)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower18" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1056.65, 11.0331)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower19" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(105.867, 26.1796)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_枯萎"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower20" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(903.377, 20.0014)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower21" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1217.9, 44.5558)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower22" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(93.1982, 47.879)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|
|
|
|
[node name="flower23" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(1016.63, 15.2568)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower1_开放"
|
|
autoplay = "flower1_开放"
|
|
|
|
[node name="flower24" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(307.934, 46.3627)
|
|
sprite_frames = SubResource("SpriteFrames_hq611")
|
|
animation = &"flower2_开放"
|
|
autoplay = "flower2_开放"
|