26 lines
799 B
Plaintext
26 lines
799 B
Plaintext
[gd_scene load_steps=5 format=3]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bv4wyqgn06xkb" path="res://NPCs/Pigeon/pigeon.tscn" id="1_d4xt5"]
|
|
[ext_resource type="Texture2D" uid="uid://yniby6nj1hil" path="res://NPCs/Pigeon/Bear/bearpigeon1.png" id="2_7j6pm"]
|
|
[ext_resource type="Texture2D" uid="uid://csu283vk7cqv4" path="res://NPCs/Pigeon/Bear/bearpigeon2.png" id="3_ntm47"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_quw6y"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_7j6pm")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_ntm47")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="BearPigeon" instance=ExtResource("1_d4xt5")]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_quw6y")
|
|
frame_progress = 0.0
|