Cow_Life_Sim_RPG/NPCs/Arcade/GoatKid1/goat_kid_1.tscn

83 lines
2.5 KiB
Plaintext

[gd_scene load_steps=12 format=3 uid="uid://dyatj06jpchgo"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_ksl6a"]
[ext_resource type="Script" path="res://NPCs/Arcade/GoatKid1/GoatKid1.gd" id="2_5njyi"]
[ext_resource type="Texture2D" uid="uid://pc5ng2mwgkxe" path="res://NPCs/Arcade/GoatKid1/goatKid1Idle.png" id="2_xhghv"]
[ext_resource type="Resource" uid="uid://cq8ckonbneirp" path="res://NPCs/Arcade/GoatKid.dialogue" id="3_dgbls"]
[ext_resource type="Texture2D" uid="uid://bryd41gd7qeda" path="res://NPCs/Arcade/GoatKid1/PranceAnim/goatKid1Prance.png" id="4_2057f"]
[ext_resource type="Texture2D" uid="uid://d3elfbxqrdla0" path="res://NPCs/Arcade/GoatKid1/YoyoAnim/goat1yoyo1.png" id="5_7kju2"]
[ext_resource type="Texture2D" uid="uid://bfr1pycwgr4l4" path="res://NPCs/Arcade/GoatKid1/YoyoAnim/goat1yoyo2.png" id="6_t1str"]
[ext_resource type="Texture2D" uid="uid://cecuoy48savco" path="res://NPCs/Arcade/GoatKid1/YoyoAnim/goat1yoyo3.png" id="7_h1edl"]
[sub_resource type="SpriteFrames" id="SpriteFrames_s45os"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_xhghv")
}, {
"duration": 1.0,
"texture": ExtResource("4_2057f")
}],
"loop": true,
"name": &"Prance",
"speed": 6.0
}, {
"frames": [{
"duration": 5.0,
"texture": ExtResource("5_7kju2")
}, {
"duration": 1.0,
"texture": ExtResource("6_t1str")
}, {
"duration": 2.0,
"texture": ExtResource("7_h1edl")
}, {
"duration": 1.0,
"texture": ExtResource("6_t1str")
}],
"loop": true,
"name": &"Yoyo",
"speed": 10.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_xhghv")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_im52w"]
radius = 31.4006
[sub_resource type="RectangleShape2D" id="RectangleShape2D_pgnks"]
size = Vector2(60, 7)
[node name="GoatKid1" instance=ExtResource("1_ksl6a")]
script = ExtResource("2_5njyi")
dialogueResource = ExtResource("3_dgbls")
[node name="Sprite" parent="." index="0"]
position = Vector2(0, -37)
sprite_frames = SubResource("SpriteFrames_s45os")
frame_progress = 0.92854
[node name="Panel" parent="Interactable" index="1"]
offset_left = -41.0
offset_top = -70.0
offset_right = 44.0
offset_bottom = 1.0
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(7, -30)
shape = SubResource("CircleShape2D_im52w")
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(10, -2.5)
shape = SubResource("RectangleShape2D_pgnks")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]