Cow_Life_Sim_RPG/NPCs/Beach/Ants/Ant1/Dino.tscn

53 lines
1.5 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://d4f5trsrir0bl"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_f2ghj"]
[ext_resource type="Script" path="res://NPCs/Beach/Ants/Ant1/Dino.gd" id="2_akh2l"]
[ext_resource type="Texture2D" uid="uid://dupl7qltu66cf" path="res://NPCs/Beach/Ants/Ant1/Ant1.png" id="3_ameuk"]
[sub_resource type="SpriteFrames" id="SpriteFrames_4wy6t"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_ameuk")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_bnoc4"]
radius = 33.3766
[sub_resource type="CircleShape2D" id="CircleShape2D_8u141"]
radius = 5.38516
[node name="Dino" instance=ExtResource("1_f2ghj")]
script = ExtResource("2_akh2l")
[node name="Sprite" parent="." index="0"]
position = Vector2(-1, -4)
sprite_frames = SubResource("SpriteFrames_4wy6t")
[node name="Panel" parent="Interactable" index="1"]
offset_left = -16.0
offset_top = -13.0
offset_right = 14.0
offset_bottom = 5.0
metadata/_edit_use_anchors_ = true
[node name="Talkable" parent="." index="2"]
position = Vector2(0, -2)
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(0, 2)
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"]