30 lines
942 B
Plaintext
30 lines
942 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dkpfsa12hidnc"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cgd10lheoyp4u" path="res://NPCs/Pigeon/pigeon.tscn" id="1_k3ipy"]
|
|
[ext_resource type="Texture2D" uid="uid://c0kshx0466q62" path="res://NPCs/Pigeon/Agender/agenderpigeon1.png" id="2_nayux"]
|
|
[ext_resource type="Texture2D" uid="uid://dhau5m06yh46e" path="res://NPCs/Pigeon/Agender/agenderpigeon2.png" id="3_cbn65"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_quw6y"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_nayux")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_cbn65")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="AgenderPigeon" instance=ExtResource("1_k3ipy")]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_quw6y")
|
|
frame_progress = 0.0
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|