Cow_Life_Sim_RPG/NPCs/MuseumArea/Museum/Triceratops/Triceratops.tscn

77 lines
2.4 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://nhfenq1xp75s"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_j13be"]
[ext_resource type="Script" path="res://NPCs/MuseumArea/Museum/Triceratops/Triceratops.gd" id="2_a8w36"]
[ext_resource type="Texture2D" uid="uid://cy4aqgor8jbtn" path="res://NPCs/MuseumArea/Museum/Triceratops/triceratops1.png" id="3_qpqt6"]
[ext_resource type="Texture2D" uid="uid://c0qxh6hiag2a7" path="res://NPCs/MuseumArea/Museum/Triceratops/triceratops2.png" id="4_lxk6s"]
[ext_resource type="Texture2D" uid="uid://b15iihwgdwoyy" path="res://NPCs/MuseumArea/Museum/Triceratops/triceratops4.png" id="5_bsw08"]
[ext_resource type="Texture2D" uid="uid://coxbrvx7w0qk5" path="res://NPCs/MuseumArea/Museum/Triceratops/triceratops3.png" id="6_pjijk"]
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="7_lwswk"]
[sub_resource type="SpriteFrames" id="SpriteFrames_tdl6n"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_qpqt6")
}, {
"duration": 1.0,
"texture": ExtResource("4_lxk6s")
}, {
"duration": 1.0,
"texture": ExtResource("3_qpqt6")
}, {
"duration": 1.0,
"texture": ExtResource("5_bsw08")
}, {
"duration": 1.0,
"texture": ExtResource("3_qpqt6")
}, {
"duration": 1.0,
"texture": ExtResource("4_lxk6s")
}, {
"duration": 1.0,
"texture": ExtResource("6_pjijk")
}, {
"duration": 1.0,
"texture": ExtResource("5_bsw08")
}],
"loop": true,
"name": &"default",
"speed": 4.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_bhabp"]
radius = 61.0
height = 400.0
[sub_resource type="RectangleShape2D" id="RectangleShape2D_no6hl"]
size = Vector2(134.5, 22)
[node name="Triceratops" instance=ExtResource("1_j13be")]
script = ExtResource("2_a8w36")
[node name="Sprite" parent="." index="0"]
position = Vector2(8, -58)
sprite_frames = SubResource("SpriteFrames_tdl6n")
frame_progress = 0.721407
script = ExtResource("7_lwswk")
[node name="Panel" parent="Interactable" index="1"]
offset_left = -136.0
offset_top = -110.0
offset_right = 87.0
offset_bottom = -19.0
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(-32, -50)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_bhabp")
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(8.75, 11)
shape = SubResource("RectangleShape2D_no6hl")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]