53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://cl61g7t26jo1k"]
|
|
|
|
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd" id="1_tiwlk"]
|
|
[ext_resource type="Texture2D" uid="uid://cly56xk8fgli2" path="res://NPCs/Tutorial/Normal/TradingToad/toad.png" id="2_tfcwj"]
|
|
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_akt6n"]
|
|
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="4_te0wm"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_6gxxe"]
|
|
radius = 23.0868
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_0xhso"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_tfcwj")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_2vls4"]
|
|
radius = 36.0555
|
|
|
|
[node name="TradingToad" type="StaticBody2D"]
|
|
script = ExtResource("1_tiwlk")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-2, -19)
|
|
shape = SubResource("CircleShape2D_6gxxe")
|
|
|
|
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(2, -37)
|
|
sprite_frames = SubResource("SpriteFrames_0xhso")
|
|
|
|
[node name="Interactable" parent="." instance=ExtResource("3_akt6n")]
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -28.0
|
|
offset_top = -67.0
|
|
offset_right = 36.0
|
|
offset_bottom = 0.0
|
|
|
|
[node name="Talkable" parent="." instance=ExtResource("4_te0wm")]
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(1, -32)
|
|
shape = SubResource("CircleShape2D_2vls4")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|