92 lines
3.1 KiB
Plaintext
92 lines
3.1 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://1g7jw72deonb"]
|
|
|
|
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_13kbh"]
|
|
[ext_resource type="Resource" uid="uid://lao0opxww3ib" path="res://src/dialog/Dialogue.dialogue" id="2_4em6t"]
|
|
[ext_resource type="Texture2D" uid="uid://bkye71f6lmhws" path="res://src/npc/Seshat/Frames - Sesh/sesh1.png" id="3_4yu4k"]
|
|
[ext_resource type="Texture2D" uid="uid://bcsbxgo10yhvs" path="res://src/npc/Seshat/Frames - Sesh/sesh2.png" id="4_8crcx"]
|
|
[ext_resource type="Texture2D" uid="uid://bup0u4puoqbtl" path="res://src/npc/Seshat/Frames - Sesh/sesh3.png" id="5_br2sn"]
|
|
[ext_resource type="Texture2D" uid="uid://ba30xq5y2fcjn" path="res://src/npc/Seshat/Frames - Sesh/sesh4.png" id="6_gvx6m"]
|
|
[ext_resource type="Texture2D" uid="uid://dafpnwkwcukp4" path="res://src/vfx/shadow_test_1.png" id="7_8crcx"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ht37r"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 2.0,
|
|
"texture": ExtResource("3_4yu4k")
|
|
}, {
|
|
"duration": 1.4,
|
|
"texture": ExtResource("4_8crcx")
|
|
}, {
|
|
"duration": 1.4,
|
|
"texture": ExtResource("5_br2sn")
|
|
}, {
|
|
"duration": 1.4,
|
|
"texture": ExtResource("6_gvx6m")
|
|
}, {
|
|
"duration": 1.4,
|
|
"texture": ExtResource("5_br2sn")
|
|
}, {
|
|
"duration": 1.4,
|
|
"texture": ExtResource("4_8crcx")
|
|
}],
|
|
"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="Seshat" type="Node3D"]
|
|
script = ExtResource("1_13kbh")
|
|
Dialogue = ExtResource("2_4em6t")
|
|
|
|
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0244114, 0, -0.0723367)
|
|
billboard = 2
|
|
shaded = true
|
|
sprite_frames = SubResource("SpriteFrames_ht37r")
|
|
autoplay = "default"
|
|
frame_progress = 0.356716
|
|
|
|
[node name="DialogueZone" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 2
|
|
collision_mask = 2
|
|
|
|
[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 = 0
|
|
collision_mask = 2068
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
|
|
shape = SubResource("CylinderShape3D_nwuwj")
|
|
|
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
|
transform = Transform3D(0.825, 0, 0, 0, -3.60619e-08, 0.825, 0, -0.825, -3.60619e-08, -0.0970408, -2, 0)
|
|
transparency = 0.1
|
|
cast_shadow = 0
|
|
texture_filter = 0
|
|
texture = ExtResource("7_8crcx")
|