83 lines
2.8 KiB
Plaintext
83 lines
2.8 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://ccwn5dfst7o4d"]
|
|
|
|
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_38loe"]
|
|
[ext_resource type="Resource" uid="uid://lao0opxww3ib" path="res://src/dialog/Dialogue.dialogue" id="2_x0dcb"]
|
|
[ext_resource type="Texture2D" uid="uid://bxsfdfmxl50j3" path="res://src/npc/Clalo/Frames - Clalo/Layer 1.png" id="3_lsxy3"]
|
|
[ext_resource type="Texture2D" uid="uid://btv5qexxh42pn" path="res://src/npc/Clalo/Frames - Clalo/Layer 2.png" id="4_mui6r"]
|
|
[ext_resource type="Texture2D" uid="uid://dnw24fugfsoai" path="res://src/npc/Clalo/Frames - Clalo/Layer 3.png" id="5_m5mvh"]
|
|
[ext_resource type="Texture2D" uid="uid://bmxw5wii4bol8" path="res://src/npc/Clalo/Frames - Clalo/Layer 4.png" id="6_4no7j"]
|
|
[ext_resource type="Texture2D" uid="uid://u47jxc8127cq" path="res://src/npc/Clalo/Frames - Clalo/Layer 5.png" id="7_kk3oj"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_2xsnq"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_lsxy3")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_mui6r")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_m5mvh")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_4no7j")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_kk3oj")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wfhgc"]
|
|
radius = 3.0
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kg3qv"]
|
|
radius = 0.837722
|
|
height = 2.8375
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_nwuwj"]
|
|
height = 2.24425
|
|
radius = 1.941
|
|
|
|
[node name="Clalo" type="Node3D"]
|
|
script = ExtResource("1_38loe")
|
|
Dialogue = ExtResource("2_x0dcb")
|
|
|
|
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
|
billboard = 2
|
|
shaded = true
|
|
alpha_antialiasing_mode = 1
|
|
alpha_antialiasing_edge = 1.0
|
|
sprite_frames = SubResource("SpriteFrames_2xsnq")
|
|
autoplay = "default"
|
|
frame_progress = 0.430368
|
|
|
|
[node name="DialogueZone" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 0
|
|
collision_mask = 2068
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00131226, 0, -0.00723076)
|
|
shape = SubResource("CylinderShape3D_wfhgc")
|
|
|
|
[node name="Collision" type="RigidBody3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.105047, -0.0490516, 0)
|
|
collision_mask = 0
|
|
gravity_scale = 0.0
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.169075, 0, 0)
|
|
shape = SubResource("CapsuleShape3D_kg3qv")
|
|
|
|
[node name="Hitbox" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 16
|
|
collision_mask = 16
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
|
|
shape = SubResource("CylinderShape3D_nwuwj")
|