Cow_Life_Sim_RPG/NPCs/Arcade/GoatKid2/goat_kid_2.tscn

62 lines
1.9 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://ocl31dhmccr8"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_36jri"]
[ext_resource type="Script" path="res://NPCs/Arcade/GoatKid2/GoatKid2.gd" id="2_ugi2u"]
[ext_resource type="Resource" uid="uid://cq8ckonbneirp" path="res://NPCs/Arcade/GoatKid.dialogue" id="3_kfihi"]
[ext_resource type="Texture2D" uid="uid://ctse0jcb6rfq8" path="res://NPCs/Arcade/GoatKid2/PranceAnim/goat2rec1.png" id="3_xb0oq"]
[ext_resource type="Texture2D" uid="uid://ce61spfcpd5ee" path="res://NPCs/Arcade/GoatKid2/PranceAnim/goat2rec2.png" id="4_lqho8"]
[sub_resource type="SpriteFrames" id="SpriteFrames_6c4d6"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_xb0oq")
}, {
"duration": 1.0,
"texture": ExtResource("4_lqho8")
}],
"loop": true,
"name": &"Prance",
"speed": 6.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_xb0oq")
}],
"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="GoatKid2" instance=ExtResource("1_36jri")]
script = ExtResource("2_ugi2u")
dialogueResource = ExtResource("3_kfihi")
[node name="Sprite" parent="." index="0"]
position = Vector2(0, -37)
sprite_frames = SubResource("SpriteFrames_6c4d6")
[node name="Panel" parent="Interactable" index="1"]
offset_left = -41.0
offset_top = -68.0
offset_right = 44.0
offset_bottom = 3.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"]