First floor set collisions

This commit is contained in:
2026-01-15 01:37:57 -08:00
parent db218f26e7
commit 3fe45cb3e7
39 changed files with 2170 additions and 866 deletions

View File

@@ -2,32 +2,26 @@
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_d5tpe"]
[ext_resource type="Resource" uid="uid://lao0opxww3ib" path="res://src/dialog/Dialogue.dialogue" id="2_xassj"]
[ext_resource type="Texture2D" uid="uid://b2oi3m1eh0hyn" path="res://src/npc/Gesthesemii/Frames - Gesth1/gesth11.png" id="3_m5jqa"]
[ext_resource type="Texture2D" uid="uid://dimcevxeo0kop" path="res://src/npc/Gesthesemii/Frames - Gesth1/gesth12.png" id="4_xlatl"]
[ext_resource type="Texture2D" uid="uid://y36poq5qyhyp" path="res://src/npc/Gesthesemii/Frames - Gesth1/gesth13.png" id="5_m57jb"]
[ext_resource type="Texture2D" uid="uid://cnsynvu0bbjj8" path="res://src/npc/Gesthesemii/Frames - Gesth1/gesth14.png" id="6_aefdm"]
[ext_resource type="Texture2D" uid="uid://bdhpfdrhhxswq" path="res://src/npc/Gesthesemii/Frames - Gesth2/gesth21.png" id="3_xlatl"]
[ext_resource type="Texture2D" uid="uid://d4g1v6fqtvscv" path="res://src/npc/Gesthesemii/Frames - Gesth2/gesth22.png" id="4_m57jb"]
[ext_resource type="Texture2D" uid="uid://c44qtdgv0wcwo" path="res://src/npc/Gesthesemii/Frames - Gesth2/gesth23.png" id="5_aefdm"]
[ext_resource type="Texture2D" uid="uid://wmfeujrpqt78" path="res://src/npc/Gesthesemii/Frames - Gesth2/gesth24.png" id="6_yguia"]
[ext_resource type="Texture2D" uid="uid://dafpnwkwcukp4" path="res://src/vfx/shadow_test_1.png" id="7_xlatl"]
[sub_resource type="SpriteFrames" id="SpriteFrames_yguia"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_m5jqa")
"texture": ExtResource("3_xlatl")
}, {
"duration": 1.0,
"texture": ExtResource("4_xlatl")
"texture": ExtResource("4_m57jb")
}, {
"duration": 1.0,
"texture": ExtResource("5_m57jb")
"texture": ExtResource("5_aefdm")
}, {
"duration": 1.0,
"texture": ExtResource("6_aefdm")
}, {
"duration": 1.0,
"texture": ExtResource("5_m57jb")
}, {
"duration": 1.0,
"texture": ExtResource("4_xlatl")
"texture": ExtResource("6_yguia")
}],
"loop": true,
"name": &"default",
@@ -50,7 +44,6 @@ script = ExtResource("1_d5tpe")
Dialogue = ExtResource("2_xassj")
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.85956, 0, 0)
billboard = 2
shaded = true
texture_filter = 1
@@ -85,7 +78,7 @@ collision_mask = 2068
shape = SubResource("CylinderShape3D_nwuwj")
[node name="Shadow" type="Sprite3D" parent="."]
transform = Transform3D(1.075, 0, 0, 0, -4.69897e-08, 1.075, 0, -1.075, -4.69897e-08, 0.94821, -1.76158, 0)
transform = Transform3D(1.075, 0, 0, 0, -4.69897e-08, 1.075, 0, -1.075, -4.69897e-08, 0, -1.62483, 0)
transparency = 0.1
cast_shadow = 0
modulate = Color(1, 1, 1, 0.625)