53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://cgubfyidvtchs"]
|
|
|
|
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.gd" id="1_sm527"]
|
|
[ext_resource type="Texture2D" uid="uid://bp4ic0vjga07h" path="res://NPCs/Tutorial/Normal/JuicingJaguar/jaguar.png" id="2_4wpg0"]
|
|
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_c3n7a"]
|
|
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_qro6j"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ycqct"]
|
|
size = Vector2(128, 63)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_8ue1k"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_4wpg0")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_vq17j"]
|
|
radius = 84.1487
|
|
|
|
[node name="JuicingJaguar" type="StaticBody2D"]
|
|
script = ExtResource("1_sm527")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(13, -29.5)
|
|
shape = SubResource("RectangleShape2D_ycqct")
|
|
|
|
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(13, -41)
|
|
sprite_frames = SubResource("SpriteFrames_8ue1k")
|
|
|
|
[node name="Talkable" parent="." instance=ExtResource("3_c3n7a")]
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(17, -43)
|
|
shape = SubResource("CircleShape2D_vq17j")
|
|
|
|
[node name="Interactable" parent="." instance=ExtResource("4_qro6j")]
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -54.0
|
|
offset_top = -88.0
|
|
offset_right = 81.0
|
|
offset_bottom = -1.0
|
|
|
|
[editable path="Talkable"]
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|