xiandie/scene/ground/script/c01/s01_自动枯萎的花朵.tscn

131 lines
3.8 KiB
Plaintext
Raw Normal View History

[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")
[node name="flower1" type="AnimatedSprite2D" parent="."]
position = Vector2(361.267, 37.2719)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower1_开放"
autoplay = "flower1_开放"
[node name="flower2" type="AnimatedSprite2D" parent="."]
position = Vector2(130.105, 48.4146)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_开放"
autoplay = "flower2_开放"
[node name="flower3" type="AnimatedSprite2D" parent="."]
position = Vector2(90.0357, 29.8311)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower1_开放"
autoplay = "flower1_开放"
[node name="flower4" type="AnimatedSprite2D" parent="."]
position = Vector2(61.5162, 18.0411)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_开放"
autoplay = "flower2_开放"
[node name="flower5" type="AnimatedSprite2D" parent="."]
position = Vector2(146.966, 14.3762)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower1_开放"
autoplay = "flower1_开放"
[node name="flower6" type="AnimatedSprite2D" parent="."]
position = Vector2(320.474, 10.6263)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_开放"
autoplay = "flower2_开放"
[node name="flower7" type="AnimatedSprite2D" parent="."]
position = Vector2(341.667, 41.5392)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_枯萎"
autoplay = "flower1_开放"
[node name="flower8" type="AnimatedSprite2D" parent="."]
position = Vector2(287.04, 47.0337)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_开放"
autoplay = "flower2_开放"
[node name="flower9" type="AnimatedSprite2D" parent="."]
position = Vector2(190.428, 2.00511)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower1_开放"
autoplay = "flower1_开放"
[node name="flower10" type="AnimatedSprite2D" parent="."]
position = Vector2(128.674, 24.4653)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_开放"
autoplay = "flower2_开放"
[node name="flower11" type="AnimatedSprite2D" parent="."]
position = Vector2(73.9961, 8.11343)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower1_开放"
autoplay = "flower1_开放"
[node name="flower12" type="AnimatedSprite2D" parent="."]
position = Vector2(309.109, 21.3757)
sprite_frames = SubResource("SpriteFrames_hq611")
animation = &"flower2_开放"
autoplay = "flower2_开放"