29 lines
906 B
Plaintext
29 lines
906 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://c0tplejfk64gg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_s6x61"]
|
|
[ext_resource type="Resource" uid="uid://cliiv7nv13xg7" path="res://NPCs/Faire/TicketDuck/TicketDuck.dialogue" id="2_h6553"]
|
|
[ext_resource type="Texture2D" uid="uid://dov1vyfkli0bo" path="res://NPCs/Faire/TicketDuck/TicketDuck.png" id="2_li2y7"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_fptm3"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_li2y7")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="TicketDuck" instance=ExtResource("1_s6x61")]
|
|
dialogueResource = ExtResource("2_h6553")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_fptm3")
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
visible = false
|
|
disabled = true
|
|
|
|
[editable path="Talkable"]
|