38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dgf3uxb6ygcn7"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_cereg"]
|
|
[ext_resource type="Script" path="res://NPCs/PlaceholderCow/PlaceholderCow.gd" id="2_13jpf"]
|
|
[ext_resource type="Texture2D" uid="uid://bryqti0obuaqw" path="res://Player/cow.png" id="3_vy6tr"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_o1x8i"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_vy6tr")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_o55y3"]
|
|
radius = 15.0
|
|
height = 114.0
|
|
|
|
[node name="PlaceholderCow" instance=ExtResource("1_cereg")]
|
|
script = ExtResource("2_13jpf")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(-18, -33)
|
|
sprite_frames = SubResource("SpriteFrames_o1x8i")
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(0, -17)
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(0, 4)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_o55y3")
|
|
|
|
[editable path="Talkable"]
|