46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://nkp5ri04jggj"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_bjhrx"]
|
|
[ext_resource type="Script" path="res://NPCs/HomeArea/ExpertCow/ExpertCow.gd" id="2_b8g8y"]
|
|
[ext_resource type="Texture2D" uid="uid://dtraendfvyg4u" path="res://NPCs/HomeArea/ExpertCow/ExpertCow.png" id="3_rj6ux"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_d7yyh"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_rj6ux")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_c5tey"]
|
|
radius = 6.0
|
|
height = 90.0
|
|
|
|
[node name="ExpertCow" instance=ExtResource("1_bjhrx")]
|
|
script = ExtResource("2_b8g8y")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(-10, -33)
|
|
sprite_frames = SubResource("SpriteFrames_d7yyh")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -63.0
|
|
offset_top = -63.0
|
|
offset_right = 49.0
|
|
offset_bottom = 6.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(1, -21)
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(4, 3)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_c5tey")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|