30 lines
942 B
Plaintext
30 lines
942 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dvywwcydtvw2h"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cgd10lheoyp4u" path="res://NPCs/Pigeon/pigeon.tscn" id="1_hgblt"]
|
|
[ext_resource type="Texture2D" uid="uid://dok1xf8k3gbtq" path="res://NPCs/Pigeon/Italian/italianpigeon1.png" id="2_eeh8e"]
|
|
[ext_resource type="Texture2D" uid="uid://b4hdrd178dpjx" path="res://NPCs/Pigeon/Italian/italianpigeon2.png" id="3_hvkds"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ghtiq"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_eeh8e")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_hvkds")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="ItalianPigeon" instance=ExtResource("1_hgblt")]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_ghtiq")
|
|
frame_progress = 0.0
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|