Cow_Life_Sim_RPG/NPCs/Pigeon/Trans/trans_pigeon.tscn

30 lines
932 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://b0wb6iyf0sijn"]
[ext_resource type="PackedScene" uid="uid://cgd10lheoyp4u" path="res://NPCs/Pigeon/pigeon.tscn" id="1_ye7me"]
[ext_resource type="Texture2D" uid="uid://b0pa0vod27t47" path="res://NPCs/Pigeon/Trans/transpigeon1.png" id="2_oiyft"]
[ext_resource type="Texture2D" uid="uid://bft1o540i2lao" path="res://NPCs/Pigeon/Trans/transpigeon2.png" id="3_118w3"]
[sub_resource type="SpriteFrames" id="SpriteFrames_1gidi"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_oiyft")
}, {
"duration": 1.0,
"texture": ExtResource("3_118w3")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="TransPigeon" instance=ExtResource("1_ye7me")]
[node name="Sprite" parent="." index="0"]
sprite_frames = SubResource("SpriteFrames_1gidi")
frame_progress = 0.0
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]