Cow_Life_Sim_RPG/NPCs/Tutorial/Museum/ScavengingSheep/ScavengingSheepMuseum.tscn

53 lines
1.8 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://d6badkbews0m"]
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/ScavengingSheep/ScavengingSheepMuseum.gd" id="1_0swsa"]
[ext_resource type="Texture2D" uid="uid://cap0f1gbtx2e5" path="res://NPCs/Tutorial/Normal/ScavengingSheep/sheep.png" id="2_fp5vk"]
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_ptehf"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_dohoh"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3fv85"]
size = Vector2(84, 14)
[sub_resource type="SpriteFrames" id="SpriteFrames_lnefd"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_fp5vk")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_j7osu"]
radius = 58.0086
[node name="ScavengingSheep" type="StaticBody2D"]
script = ExtResource("1_0swsa")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(27, -5)
shape = SubResource("RectangleShape2D_3fv85")
[node name="Sprite" type="AnimatedSprite2D" parent="."]
position = Vector2(12, -42)
sprite_frames = SubResource("SpriteFrames_lnefd")
[node name="Talkable" parent="." instance=ExtResource("3_ptehf")]
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(5, -42)
shape = SubResource("CircleShape2D_j7osu")
[node name="Interactable" parent="." instance=ExtResource("4_dohoh")]
[node name="Panel" parent="Interactable" index="1"]
offset_left = -51.0
offset_top = -81.0
offset_right = 75.0
offset_bottom = 0.0
[editable path="Talkable"]
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]