87 lines
2.3 KiB
Plaintext
87 lines
2.3 KiB
Plaintext
[gd_scene load_steps=6 format=4]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Props/Cloud2.tres" id="1"]
|
|
|
|
[sub_resource type="Animation" id="Animation_bx3q8"]
|
|
length = 0.0010000000474974513
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:scale")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(1, 1)]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath(".:skew")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [0.0]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_et88m"]
|
|
resource_name = "new_animation"
|
|
length = 2.0
|
|
loop_mode = 1
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:scale")
|
|
tracks/0/interp = 2
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.5, 1, 1.5),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(1, 1), Vector2(1, 0.9), Vector2(1, 1), Vector2(1, 0.9)]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath(".:skew")
|
|
tracks/1/interp = 2
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0, 0.5, 1, 1.5),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 0,
|
|
"values": [0.0, 0.0174533, 0.0, -0.0174533]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_50g8b"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_bx3q8"),
|
|
&"new_animation": SubResource("Animation_et88m")
|
|
}
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_31fqs"]
|
|
size = Vector2(50.7468, 13.6908)
|
|
|
|
[node name="SmallCloud" type="Sprite2D"]
|
|
texture = ExtResource("1")
|
|
offset = Vector2(0, -25)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_50g8b")
|
|
}
|
|
autoplay = "new_animation"
|
|
speed_scale = 0.10000000149011612
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
position = Vector2(0.0239311, -3.10986)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(0.459445, -2.27087)
|
|
shape = SubResource("RectangleShape2D_31fqs")
|