26 lines
795 B
Plaintext
26 lines
795 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://caxqf3s65g1vt"]
|
|
|
|
[ext_resource type="PackedScene" path="res://NPCs/Pigeon/pigeon.tscn" id="1_tuapw"]
|
|
[ext_resource type="Texture2D" uid="uid://blffroqknfwkr" path="res://NPCs/Pigeon/Aro/aropigeon1.png" id="2_206qt"]
|
|
[ext_resource type="Texture2D" uid="uid://cb3ged6hsiact" path="res://NPCs/Pigeon/Aro/aropigeon2.png" id="3_w0mlm"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_quw6y"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_206qt")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_w0mlm")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="AroPigeon" instance=ExtResource("1_tuapw")]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_quw6y")
|
|
frame_progress = 0.0
|