32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://32ftsxxae53y"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_8rh5m"]
|
|
[ext_resource type="Texture2D" uid="uid://oi0prqdg0x1t" path="res://Objects/HomeArea/HomeFlag1.png" id="2_kxdwn"]
|
|
[ext_resource type="Texture2D" uid="uid://b36i0058thckd" path="res://Objects/HomeArea/HomeFlag2.png" id="3_ixweo"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_5hq20"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_i036t"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_kxdwn")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_ixweo")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="Flag" instance=ExtResource("1_8rh5m")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(50, -140)
|
|
sprite_frames = SubResource("SpriteFrames_i036t")
|
|
frame_progress = 0.65472
|
|
script = ExtResource("4_5hq20")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-15, -1, -6, -8, 6, -8, 13, -2, 13, 7, 9, 12, -9, 12, -15, 5)
|