34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://1mb8s4w2e6f5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_w0cdh"]
|
|
[ext_resource type="Texture2D" uid="uid://dy3f26r67ky30" path="res://Objects/Faire/Balloons/Balloons1.png" id="2_4l8ci"]
|
|
[ext_resource type="Texture2D" uid="uid://behcrmiv7gdkt" path="res://Objects/Faire/Balloons/Balloons2.png" id="3_tmirj"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_k8w5t"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_51q0n"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_4l8ci")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_tmirj")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 1.0
|
|
}]
|
|
|
|
[node name="Balloons" instance=ExtResource("1_w0cdh")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(2, -79)
|
|
sprite_frames = SubResource("SpriteFrames_51q0n")
|
|
frame_progress = 0.839138
|
|
script = ExtResource("4_k8w5t")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
visible = false
|
|
polygon = PackedVector2Array(-6, 72, 2, 75, 2, 79, -5, 81)
|
|
disabled = true
|