81 lines
2.3 KiB
Plaintext
81 lines
2.3 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://d3fsbqrwksvp3"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_dosve"]
|
|
[ext_resource type="Script" path="res://NPCs/Faire/RingtossLemur/RingtossLemur.gd" id="2_0nmcl"]
|
|
[ext_resource type="Texture2D" uid="uid://cvqo2ijs8m6kv" path="res://NPCs/Faire/RingtossLemur/ringlemuridle5.png" id="2_83jux"]
|
|
[ext_resource type="Texture2D" uid="uid://dfuew312n6trn" path="res://NPCs/Faire/RingtossLemur/ringlemuridle1.png" id="2_r37xp"]
|
|
[ext_resource type="Texture2D" uid="uid://dony2m2bawjt1" path="res://NPCs/Faire/RingtossLemur/ringlemuridle2.png" id="4_wk2i5"]
|
|
[ext_resource type="Texture2D" uid="uid://csxua6gt0a837" path="res://NPCs/Faire/RingtossLemur/ringlemuridle4.png" id="5_wfk4t"]
|
|
[ext_resource type="Texture2D" uid="uid://o2sqsmxl1vea" path="res://NPCs/Faire/RingtossLemur/ringlemuridle3.png" id="6_awunb"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_jfq0x"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_83jux")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_r37xp")
|
|
}],
|
|
"loop": false,
|
|
"name": &"Blink",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_r37xp")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_wk2i5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_wfk4t")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_awunb")
|
|
}],
|
|
"loop": false,
|
|
"name": &"EarFlick",
|
|
"speed": 3.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_r37xp")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_mg1ey"]
|
|
radius = 8.0
|
|
height = 60.0
|
|
|
|
[node name="RingtossLemur" instance=ExtResource("1_dosve")]
|
|
script = ExtResource("2_0nmcl")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(0, -34)
|
|
sprite_frames = SubResource("SpriteFrames_jfq0x")
|
|
animation = &"Blink"
|
|
frame = 1
|
|
frame_progress = 1.0
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -32.0
|
|
offset_top = -65.0
|
|
offset_right = 38.0
|
|
offset_bottom = 14.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(2, -22)
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(3, 5)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_mg1ey")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|