60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://dv5uldfglil4j"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_udq2m"]
|
|
[ext_resource type="Script" path="res://NPCs/Beach/Ants/Ant2/Ifa.gd" id="2_qwbac"]
|
|
[ext_resource type="Texture2D" uid="uid://ce0v7qcocwui3" path="res://NPCs/Beach/Ants/Ant2/Ant2.png" id="3_fptlx"]
|
|
[ext_resource type="Texture2D" uid="uid://cpw65tcfr1ukp" path="res://NPCs/Beach/Ants/Ant2/Ant3.png" id="4_nvoxi"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="5_s41ij"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_vyfcn"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_fptlx")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_nvoxi")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 8.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_bnoc4"]
|
|
radius = 39.0
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_8u141"]
|
|
radius = 5.38516
|
|
|
|
[node name="Ifa" instance=ExtResource("1_udq2m")]
|
|
script = ExtResource("2_qwbac")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(2, -5)
|
|
sprite_frames = SubResource("SpriteFrames_vyfcn")
|
|
frame_progress = 0.906665
|
|
script = ExtResource("5_s41ij")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -17.0
|
|
offset_top = -14.0
|
|
offset_right = 18.0
|
|
offset_bottom = 6.0
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Talkable" parent="." index="2"]
|
|
position = Vector2(0, -4)
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(0, 4)
|
|
shape = SubResource("CircleShape2D_bnoc4")
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(0, -1)
|
|
shape = SubResource("CircleShape2D_8u141")
|
|
disabled = true
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|