From 507b7e6a83e0783017fdf65137de038560b95d56 Mon Sep 17 00:00:00 2001 From: Pal Date: Wed, 29 Apr 2026 00:43:04 -0700 Subject: [PATCH] Misc Fixes Round 2 --- .../enemy/enemy_types/05. ballos/Ballos.cs | 32 ++-- .../05. ballos/BallosModelView.tscn | 1 - .../src/items/armor/resources/BlastArmor.tres | 2 +- .../armor/resources/LogisticiansGarb.tres | 2 +- .../src/items/weapons/resources/Kathari.tres | 2 +- .../src/items/weapons/resources/Rondo.tres | 2 +- .../Floor12 => Placeables}/Floor 12A.tscn | 143 +++++++++--------- .../corridors/A2 - Corridor - 1 Block.tscn | 2 +- .../corridors/A2 - Corridor - 2 Block .tscn | 2 +- .../corridors/A2 - Corridor - 3 Block .tscn | 2 +- .../corridors/A2 - Corridor - 5 Block .tscn | 2 +- .../corridors/A2 - Corridor - Corner .tscn | 1 + .../A2 - Corridor - Cross Block.tscn | 2 +- .../corridors/A2 - Corridor - S-Block .tscn | 2 +- .../corridors/A2 - Corridor - T-Block.tscn | 2 +- .../corridors/A2 - Corridor - Z-Block.tscn | 2 +- .../corridors/A2 - Corridor - Zag Block .tscn | 2 +- .../map/dungeon/floors/Floor09/Floor 9B.tscn | 10 +- .../map/dungeon/floors/Floor11/Floor 11A.tscn | 6 +- .../map/dungeon/floors/Floor11/Floor 11B.tscn | 6 +- .../floors/Special Floors/Overworld.tscn | 11 +- .../rooms/Set A/03. Antechamber A.tscn | 8 +- .../rooms/Set A/16. Seshat's Room.tscn | 8 +- .../dungeon/rooms/Set B/38. Floor Exit B.tscn | 4 +- Zennysoft.Game.Ma/src/npc/Seshat/Seshat.tscn | 1 - 25 files changed, 131 insertions(+), 126 deletions(-) rename Zennysoft.Game.Ma/src/map/{dungeon/floors/Floor12 => Placeables}/Floor 12A.tscn (98%) diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.cs b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.cs index 79d0be0a..50671c9b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.cs +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.cs @@ -23,28 +23,28 @@ public partial class Ballos : Enemy2D, IHavePatrolBehavior, IHaveEngagePlayerBeh public void OnReady() { - FollowBehavior.Init(NavigationAgent); - PatrolBehavior.Init(NavigationAgent); - PatrolBehavior.HomePosition = GlobalPosition; - PatrolBehavior.OnVelocityComputed += OnVelocityComputed; - FollowBehavior.OnVelocityComputed += OnVelocityComputed; - EngagePlayerBehavior.TakeAction += EngagePlayerBehavior_TakeAction; - EngagePlayerBehavior.AcquireTarget += EngagePlayerBehavior_AcquireTarget; - PlayerDetector.BodyEntered += PlayerDetector_BodyEntered; - PlayerDetector.BodyExited += PlayerDetector_BodyExited; - SetPhysicsProcess(true); + FollowBehavior.Init(NavigationAgent); + PatrolBehavior.Init(NavigationAgent); + PatrolBehavior.HomePosition = GlobalPosition; + PatrolBehavior.OnVelocityComputed += OnVelocityComputed; + FollowBehavior.OnVelocityComputed += OnVelocityComputed; + EngagePlayerBehavior.TakeAction += EngagePlayerBehavior_TakeAction; + EngagePlayerBehavior.AcquireTarget += EngagePlayerBehavior_AcquireTarget; + PlayerDetector.BodyEntered += PlayerDetector_BodyEntered; + PlayerDetector.BodyExited += PlayerDetector_BodyExited; + SetPhysicsProcess(true); } public void OnResolved() { - _enemyLogic.Input(new EnemyLogic.Input.Patrol()); + _enemyLogic.Input(new EnemyLogic.Input.Patrol()); } public override void PerformAction() { - var rng = new RandomNumberGenerator(); - var options = new List() { EnemyModelView.PlayPrimaryAttackAnimation, EnemyModelView.PlaySecondaryAttackAnimation }; - var selection = rng.RandWeighted([PrimaryAttackChance, SecondaryAttackChance]); - options[(int)selection].Invoke(); + var rng = new RandomNumberGenerator(); + var options = new List() { EnemyModelView.PlayPrimaryAttackAnimation, EnemyModelView.PlaySecondaryAttackAnimation }; + var selection = rng.RandWeighted([PrimaryAttackChance, SecondaryAttackChance]); + options[(int)selection].Invoke(); } -} \ No newline at end of file +} diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn index 4a5228a0..68061afd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn @@ -4639,7 +4639,6 @@ unique_name_in_owner = true transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 1.76027, 0) pixel_size = 0.015 billboard = 2 -shaded = true alpha_cut = 1 texture_filter = 0 render_priority = 100 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres b/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres index c74021b1..4ac6a073 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres @@ -17,7 +17,7 @@ Name = "Blast Armor" StatDescription = "" FlavorText = "Tremendously durable armor adapted from the outer casing of scouting androids that found their way to the Tower near the end of the final millenium. The souls of synthetic life had little time to accrue grave sins and as such purified far sooner than their creators." -SpawnRate = 0.3 +SpawnRate = 0.01 BonusAttack = 0 BonusDefense = 9 BonusLuck = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres b/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres index 377f01c7..981ecb9d 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres @@ -18,7 +18,7 @@ StatDescription = "Raises LUCK." FlavorText = "Attire donned by a caring, but cunning, leader in the world below. At it's height, the temple complex was a haven for the ostracized and the estranged. " -SpawnRate = 0.503 +SpawnRate = 0.02 BonusAttack = 0 BonusDefense = 6 BonusLuck = 5 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Kathari.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Kathari.tres index 5e04acc2..a9ab49da 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Kathari.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Kathari.tres @@ -14,7 +14,7 @@ Name = "Kathari" StatDescription = "" FlavorText = "Common punch dagger used as a sidearm. Quick and useful in close quarters. " -SpawnRate = 0.6 +SpawnRate = 0.4 BonusAttack = 1 BonusDefense = 0 BonusLuck = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres index 76773142..40991ce1 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres @@ -16,7 +16,7 @@ FlavorText = "A blade outside time and beyond reproach. It's companion blade was surrendered long ago, amidst the shedding of tears. " -SpawnRate = 0.25 +SpawnRate = 0.05 BonusAttack = 9 BonusDefense = 0 BonusLuck = 0.05 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn b/Zennysoft.Game.Ma/src/map/Placeables/Floor 12A.tscn similarity index 98% rename from Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn rename to Zennysoft.Game.Ma/src/map/Placeables/Floor 12A.tscn index e2c7b5d3..82147036 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn +++ b/Zennysoft.Game.Ma/src/map/Placeables/Floor 12A.tscn @@ -1,29 +1,29 @@ [gd_scene load_steps=37 format=4 uid="uid://5esput2b876e"] -[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="1_565or"] -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_kjgo2"] -[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="3_xwhg8"] -[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="4_5yno2"] -[ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="5_ri3ov"] -[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_qn0li"] -[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="7_0nx78"] -[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_q3hi4"] -[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_dhta4"] -[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="10_drbdc"] -[ext_resource type="PackedScene" uid="uid://boonyo0b1q1ad" path="res://src/map/dungeon/rooms/Set B/40. Donut Gallery.tscn" id="11_qe4qs"] -[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="12_n1o17"] -[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="13_hngai"] -[ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="14_n17av"] -[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="15_vi6hn"] -[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="16_3wfmp"] -[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="17_n1o17"] -[ext_resource type="Texture2D" uid="uid://dk6uy58f2vgg1" path="res://src/minimap/Floor Maps/12A.png" id="18_hngai"] -[ext_resource type="PackedScene" uid="uid://0aqllfpimgq" path="res://src/map/Placeables/Stele D.tscn" id="19_vi6hn"] -[ext_resource type="PackedScene" uid="uid://bxjcnuf2g8iox" path="res://src/map/Placeables/Stele G.tscn" id="20_3wfmp"] -[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="21_qejkb"] -[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="22_885cy"] -[ext_resource type="PackedScene" uid="uid://bsuv2suwjvla" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="23_885cy"] -[ext_resource type="Texture2D" uid="uid://cc1tenm6p3pca" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_ENEMY_PILLAR_TEXTURE.jpg" id="24_egh6m"] +[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_x14ew"] +[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="2_lnhtf"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="3_eqvvt"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="4_4g0us"] +[ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="5_u77jf"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_nb1o5"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="7_dpiwp"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_68x2k"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_7n30c"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="10_2cibk"] +[ext_resource type="PackedScene" uid="uid://boonyo0b1q1ad" path="res://src/map/dungeon/rooms/Set B/40. Donut Gallery.tscn" id="11_vqt0p"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="12_q5m3k"] +[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="13_68lga"] +[ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="14_3m4tk"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="15_w54ls"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="16_3ry38"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="17_rn5x2"] +[ext_resource type="Texture2D" uid="uid://dk6uy58f2vgg1" path="res://src/minimap/Floor Maps/12A.png" id="18_hjs2u"] +[ext_resource type="PackedScene" uid="uid://0aqllfpimgq" path="res://src/map/Placeables/Stele D.tscn" id="19_lie0s"] +[ext_resource type="PackedScene" uid="uid://bxjcnuf2g8iox" path="res://src/map/Placeables/Stele G.tscn" id="20_p36g4"] +[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="21_0ybo1"] +[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="22_ikkej"] +[ext_resource type="PackedScene" uid="uid://bsuv2suwjvla" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="23_6u6ml"] +[ext_resource type="Texture2D" uid="uid://cc1tenm6p3pca" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_ENEMY_PILLAR_TEXTURE.jpg" id="24_ratgh"] [sub_resource type="NavigationMesh" id="NavigationMesh_hngai"] vertices = PackedVector3Array(24.0889, 12.1446, -31.0921, 24.0889, 12.1446, -30.5921, 25.0889, 12.1446, -30.5921, -51.9111, 0.39462, -15.5921, -50.6611, 0.39462, -15.3421, -50.6611, 0.39462, -16.0921, -54.1611, 0.39462, -27.5921, -54.1611, 0.39462, -28.8421, -54.6611, 0.39462, -28.8421, -54.6611, 0.39462, -27.5921, -55.1611, 0.39462, -14.3421, -52.4111, 0.39462, -15.0921, -50.1611, 0.39462, -17.8421, -56.1611, 0.39462, -15.5921, -53.6611, 0.39462, -27.0921, -55.1611, 0.39462, -27.0921, -57.1611, 0.39462, -28.8421, -57.9111, 0.39462, -28.8421, -57.9111, 0.39462, -27.5921, -56.9111, 0.39462, -27.0921, -62.6611, 0.39462, -22.0921, -61.9111, 0.39462, -16.3421, -50.1611, 0.39462, -26.5921, -58.4111, 0.39462, -27.0921, -49.9111, 0.39462, -16.5921, -48.6611, 0.39462, -16.3421, -48.6611, 0.39462, -17.5921, -51.9111, 0.39462, -27.0921, -63.4111, 0.39462, -28.8421, -63.4111, 0.39462, -27.5921, -62.6611, 0.39462, -27.3421, -60.4111, 0.39462, -27.5921, -60.4111, 0.39462, -28.8421, -48.6611, 0.39462, -26.8421, -48.6611, 0.39462, -28.8421, -51.6611, 0.39462, -28.8421, -57.1611, 0.39462, -15.5921, -61.1611, 0.39462, -15.5921, -61.1611, 0.39462, -14.5921, -57.6611, 0.39462, -14.5921, -63.4111, 0.39462, -20.0921, -63.4111, 0.39462, -16.0921, -62.6611, 0.39462, -20.3421, -59.9111, 0.39462, -27.0921, -62.6611, 0.39462, -25.5921, -65.6611, 0.39462, -25.0921, -65.6611, 0.39462, -22.5921, -63.6611, 0.39462, -22.5921, -63.6611, 0.39462, -25.0921, -55.1611, 0.39462, -12.3421, -52.6611, 0.39462, -12.3421, -59.4111, 5.14462, -28.5921, -59.4111, 5.14462, -28.0921, -58.9111, 5.14462, -28.0921, -58.9111, 5.14462, -28.5921, -49.1611, 2.39462, -25.8421, -49.1611, 2.39462, -18.5921, -48.6611, 2.39462, -18.5921, -48.6611, 2.39462, -25.8421, -83.1611, 0.39462, -20.5921, -80.6611, 0.39462, -20.5921, -80.4111, 0.39462, -22.8421, -83.1611, 0.39462, -25.0921, -83.1611, 0.39462, -7.59214, -80.6611, 0.39462, -7.59214, 28.3389, 0.39462, -9.09214, 28.3389, 0.39462, -6.59214, 29.0889, 0.39462, -6.34214, 29.0889, 0.39462, -9.59214, 29.0889, 0.39462, -5.59214, 28.8389, 0.39462, 6.15786, 31.3389, 0.39462, 6.15786, 31.3389, 0.39462, -13.5921, 28.8389, 0.39462, -13.5921, 28.5889, 0.39462, -5.34214, 24.3389, 0.39462, -13.3421, 24.3389, 0.39462, -10.5921, 27.3389, 0.39462, -10.5921, 27.3389, 0.39462, -13.3421, -52.9111, 0.39462, -9.59214, -55.1611, 0.39462, -6.59214, -43.9111, 0.39462, -6.84214, -43.9111, 0.39462, -9.34214, -52.4111, 0.39462, -9.09214, -43.1611, 0.39462, -6.34214, -40.6611, 0.39462, -9.34214, -43.1611, 0.39462, 0.90786, -40.6611, 0.39462, 0.90786, -15.1611, 0.39462, -0.84214, -12.6611, 0.39462, -0.84214, -12.4111, 0.39462, -6.84214, -15.1611, 0.39462, -9.09214, -62.6611, 0.39462, 13.1579, -62.6611, 0.39462, 10.6579, -64.6611, 0.39462, 10.6579, -64.9111, 0.39462, 13.4079, -88.4111, 0.39462, -4.09214, -93.9111, 0.39462, -0.59214, -87.1611, 0.39462, 5.40786, -83.6611, 0.39462, 3.90786, -80.6611, 0.39462, -5.59214, -83.4111, 0.39462, -5.34214, -75.6611, 0.39462, 17.1579, -77.6611, 0.39462, 18.9079, -71.4111, 0.39462, 25.4079, -67.6611, 0.39462, 21.4079, -65.1611, 0.39462, 10.1579, -79.9111, 0.39462, -4.84214, -79.4111, 0.39462, 4.15786, -96.4111, 0.39462, 2.40786, -97.9111, 0.39462, 5.15786, -98.4111, 0.39462, 7.40786, -89.1611, 0.39462, 7.65786, -81.9111, 0.39462, 28.9079, -79.6611, 0.39462, 28.9079, -75.6611, 0.39462, 27.9079, -80.1611, 0.39462, 19.9079, -68.9111, 0.39462, 0.90786, -72.4111, 0.39462, -2.34214, -74.6611, 0.39462, -3.59214, -75.9111, 0.39462, 6.40786, -66.1611, 0.39462, 5.40786, -66.1611, 0.39462, 18.4079, -74.1611, 0.39462, 9.65786, -74.4111, 0.39462, 14.9079, -99.1611, 0.39462, 8.15786, -89.9111, 0.39462, 9.65786, -81.9111, 0.39462, 19.9079, 24.3389, 0.39462, -5.34214, 24.3389, 0.39462, -2.34214, 27.3389, 0.39462, -2.34214, 27.3389, 0.39462, -5.34214, -47.9111, 4.64462, 0.65786, -44.1611, 4.64462, 0.40786, -44.1611, 4.64462, -1.84214, -51.4111, 4.64462, -1.59214, -51.4111, 4.64462, 9.65786, -47.9111, 4.64462, 9.65786, -39.6611, 4.64462, -1.84214, -39.6611, 4.64462, 0.40786, -16.1611, 4.64462, 0.40786, -16.1611, 4.64462, -1.84214, -11.6611, 4.64462, -1.84214, -11.6611, 4.64462, 0.40786, -7.9111, 4.64462, 0.65786, -4.4111, 4.64462, -1.59214, -7.9111, 4.64462, 9.65786, -4.4111, 4.64462, 9.65786, -46.9111, 0.39462, -1.59214, -46.9111, 0.39462, 0.15786, -44.4111, 0.39462, 0.15786, -44.4111, 0.39462, -1.59214, -39.4111, 0.39462, -1.59214, -39.4111, 0.39462, 0.15786, -16.4111, 0.39462, 0.15786, -16.4111, 0.39462, -1.59214, -11.4111, 0.39462, -1.59214, -11.4111, 0.39462, 0.15786, -8.9111, 0.39462, 0.15786, -8.9111, 0.39462, -1.59214, -51.1611, 0.39462, 9.40786, -48.1611, 0.39462, 9.40786, -48.4111, 0.39462, -1.34214, -51.1611, 0.39462, -1.34214, -4.6611, 0.39462, -1.34214, -7.4111, 0.39462, -1.34214, -7.6611, 0.39462, 1.15786, -7.6611, 0.39462, 9.40786, -4.6611, 0.39462, 9.40786, -15.1611, 0.39462, 1.15786, -16.9111, 0.39462, 1.40786, -16.9111, 0.39462, 2.65786, -10.1611, 0.39462, 14.9079, -8.9111, 0.39462, 15.1579, -8.6611, 0.39462, 13.1579, -8.6611, 0.39462, 10.6579, -8.9111, 0.39462, 9.15786, -10.4111, 0.39462, 9.15786, -45.4111, 0.39462, 21.1579, -44.9111, 0.39462, 22.4079, -43.4111, 0.39462, 22.4079, -45.4111, 0.39462, 16.6579, -46.9111, 0.39462, 17.1579, -12.6611, 0.39462, 22.4079, -11.1611, 0.39462, 22.4079, -10.6611, 0.39462, 21.1579, -38.6611, 0.39462, 3.15786, -38.9111, 0.39462, 1.40786, -40.4111, 0.39462, 1.40786, -43.4111, 0.39462, 1.40786, -44.9111, 0.39462, 1.40786, -45.1611, 0.39462, 3.15786, -40.6611, 0.39462, 22.6579, -38.9111, 0.39462, 22.4079, -38.6611, 0.39462, 21.1579, -45.4111, 0.39462, 15.1579, -47.1611, 0.39462, 13.1579, -46.9111, 0.39462, 14.6579, -17.4111, 0.39462, 21.1579, -16.9111, 0.39462, 22.4079, -15.1611, 0.39462, 22.6579, -10.6611, 0.39462, 3.15786, -10.9111, 0.39462, 1.40786, -12.6611, 0.39462, 1.15786, -45.4111, 0.39462, 8.40786, -46.9111, 0.39462, 8.65786, -47.1611, 0.39462, 10.6579, -15.1611, 0.39462, 24.4079, -12.9111, 0.39462, 24.4079, -10.9111, 0.39462, 8.65786, -10.9111, 0.39462, 7.15786, -17.4111, 0.39462, 3.15786, -18.9111, 0.39462, 3.15786, -18.9111, 0.39462, 21.1579, -10.9111, 0.39462, 15.6579, -49.1611, 0.39462, 10.6579, -49.1611, 0.39462, 13.1579, -36.4111, 0.39462, 2.65786, -36.9111, 0.39462, 3.15786, -43.1611, 0.39462, 24.6579, -40.6611, 0.39462, 24.6579, -19.4111, 0.39462, 2.65786, -6.6611, 0.39462, 13.1579, -6.6611, 0.39462, 10.6579, -36.9111, 0.39462, 21.1579, -19.4111, 0.39462, 22.4079, -45.4111, 0.39462, 6.65786, -46.9111, 0.39462, 3.15786, -46.9111, 0.39462, 6.15786, -10.9111, 0.39462, 16.9079, -10.4111, 0.39462, 6.65786, -8.9111, 0.39462, 6.65786, -8.9111, 0.39462, 3.15786, -19.4111, 0.39462, 1.40786, -36.4111, 0.39462, 1.40786, -8.9111, 0.39462, 21.4079, -8.9111, 0.39462, 17.4079, -10.4111, 0.39462, 17.4079, -46.9111, 0.39462, 21.1579, -36.4111, 0.39462, 22.4079, -18.4111, 6.14462, 1.65786, -18.4111, 6.14462, 2.15786, -17.9111, 6.14462, 2.15786, -17.9111, 6.14462, 1.65786, 4.3389, 8.39462, 2.40786, 4.3389, 8.39462, 9.65786, 6.8389, 8.39462, 9.65786, 6.8389, 8.39462, 2.40786, 21.0889, 8.39462, 2.40786, 21.0889, 8.39462, 9.65786, 23.5889, 8.39462, 9.65786, 23.5889, 8.39462, 2.40786, 13.0889, 5.14462, 5.40786, 15.0889, 5.14462, 5.65786, 15.0889, 5.14462, 4.90786, 13.0889, 5.14462, 4.65786, -80.6611, 22.3946, 18.9079, -78.1611, 22.3946, 17.9079, -76.6611, 22.3946, 16.6579, -83.4111, 22.3946, 18.9079, -87.6611, 22.3946, 16.4079, -85.9111, 22.3946, 17.9079, -89.1611, 22.3946, 11.1579, -88.9111, 22.3946, 13.9079, -84.1611, 22.3946, 5.15786, -86.6611, 22.3946, 6.40786, -88.1611, 22.3946, 8.15786, -75.1611, 22.3946, 10.1579, -78.6611, 22.3946, 5.65786, -80.9111, 22.3946, 4.90786, -76.1611, 22.3946, 7.90786, -75.1611, 22.3946, 13.6579, -85.6611, 0.39462, 17.6579, -83.1611, 0.39462, 18.6579, -80.9111, 0.39462, 18.6579, -87.4111, 0.39462, 16.1579, -88.9111, 0.39462, 11.4079, -88.6611, 0.39462, 13.6579, -87.9111, 0.39462, 8.40786, -83.9111, 0.39462, 5.40786, -86.4111, 0.39462, 6.65786, -78.9111, 0.39462, 5.90786, -81.1611, 0.39462, 5.15786, -76.4111, 0.39462, 8.15786, -75.4111, 0.39462, 13.4079, -75.4111, 0.39462, 10.4079, -77.6611, 0.39462, 17.1579, 11.3389, 5.14462, 5.15786, 11.3389, 5.14462, 5.90786, 11.8389, 5.14462, 5.90786, 11.8389, 5.14462, 5.15786, 16.3389, 5.14462, 5.40786, 16.3389, 5.14462, 5.90786, 17.0889, 5.14462, 5.90786, 9.5889, 5.14462, 5.90786, 9.5889, 5.14462, 6.65786, 10.0889, 5.14462, 6.65786, 10.0889, 5.14462, 5.90786, 17.8389, 5.14462, 6.65786, 18.3389, 5.14462, 6.65786, 18.3389, 5.14462, 5.90786, 17.5889, 5.14462, 5.90786, 28.5889, 0.39462, 10.6579, 24.3389, 0.39462, 10.9079, 24.3389, 0.39462, 13.1579, 31.3389, 0.39462, 13.1579, 8.3389, 5.14462, 7.15786, 8.3389, 5.14462, 7.90786, 8.8389, 5.14462, 7.90786, 8.8389, 5.14462, 7.15786, -9.9111, 6.14462, 7.65786, -9.9111, 6.14462, 8.15786, -9.4111, 6.14462, 8.15786, -9.4111, 6.14462, 7.65786, -111.161, 0.39462, 9.90786, -111.661, 0.39462, 10.9079, -111.661, 0.39462, 12.9079, -109.911, 0.39462, 15.1579, -108.161, 0.39462, 15.6579, -109.161, 0.39462, 8.40786, -100.911, 0.39462, 15.6579, -100.911, 0.39462, 8.15786, -99.1611, 0.39462, 15.6579, -89.9111, 0.39462, 14.1579, 3.5889, 0.39462, 13.1579, 3.5889, 0.39462, 10.6579, -88.4111, 0.39462, 27.9079, -84.4111, 0.39462, 28.9079, -84.9111, 0.39462, 19.6579, -98.6611, 0.39462, 15.9079, -97.9111, 0.39462, 18.6579, -95.9111, 0.39462, 22.1579, -89.1611, 0.39462, 16.1579, -92.4111, 0.39462, 25.6579, -87.1611, 0.39462, 18.4079, -44.1611, 4.64462, 25.4079, -44.1611, 4.64462, 23.4079, -46.9111, 4.64462, 23.6579, -51.6611, 4.64462, 25.4079, -47.9111, 4.64462, 23.1579, -51.6611, 4.64462, 23.1579, -47.9111, 4.64462, 14.1579, -51.4111, 4.64462, 14.1579, -9.1611, 4.64462, 23.6579, -11.9111, 4.64462, 23.4079, -11.9111, 4.64462, 25.4079, -7.9111, 4.64462, 23.1579, -4.4111, 4.64462, 25.4079, -4.4111, 4.64462, 14.1579, -7.9111, 4.64462, 14.1579, -51.1611, 0.39462, 14.4079, -51.1611, 0.39462, 22.4079, -48.1611, 0.39462, 22.4079, -48.1611, 0.39462, 14.4079, -7.6611, 0.39462, 14.4079, -7.6611, 0.39462, 22.4079, -4.6611, 0.39462, 22.4079, -4.6611, 0.39462, 14.4079, 4.3389, 8.39462, 14.4079, 4.3389, 8.39462, 21.6579, 6.8389, 8.39462, 21.6579, 6.8389, 8.39462, 14.4079, 21.0889, 8.39462, 14.4079, 21.0889, 8.39462, 21.6579, 23.5889, 8.39462, 21.6579, 23.5889, 8.39462, 14.4079, 8.3389, 5.14462, 16.1579, 8.3389, 5.14462, 16.9079, 8.8389, 5.14462, 16.9079, 8.8389, 5.14462, 16.1579, 19.0889, 5.14462, 16.1579, 19.0889, 5.14462, 16.9079, 19.5889, 5.14462, 16.9079, 19.5889, 5.14462, 16.1579, 9.5889, 5.14462, 17.4079, 9.5889, 5.14462, 18.1579, 10.0889, 5.14462, 18.1579, 10.0889, 5.14462, 17.4079, 17.5889, 5.14462, 17.9079, 18.3389, 5.14462, 18.1579, 18.3389, 5.14462, 17.4079, 11.3389, 5.14462, 18.1579, 11.3389, 5.14462, 18.9079, 11.8389, 5.14462, 18.9079, 11.8389, 5.14462, 18.1579, 16.3389, 5.14462, 18.1579, 16.3389, 5.14462, 18.9079, 17.0889, 5.14462, 18.4079, 13.0889, 5.14462, 18.6579, 13.0889, 5.14462, 19.4079, 15.0889, 5.14462, 19.1579, 15.0889, 5.14462, 18.4079, -46.4111, 6.14462, 22.1579, -46.4111, 6.14462, 22.6579, -45.9111, 6.14462, 22.6579, -45.9111, 6.14462, 22.1579, -39.6611, 4.64462, 23.4079, -39.6611, 4.64462, 25.4079, -16.1611, 4.64462, 25.4079, -16.1611, 4.64462, 23.4079, -51.1611, 0.39462, 23.6579, -51.1611, 0.39462, 25.1579, -48.1611, 0.39462, 25.1579, -48.1611, 0.39462, 23.6579, -46.9111, 0.39462, 23.6579, -46.9111, 0.39462, 25.1579, -44.4111, 0.39462, 25.1579, -44.4111, 0.39462, 23.6579, -39.4111, 0.39462, 23.6579, -39.4111, 0.39462, 25.1579, -16.4111, 0.39462, 25.1579, -16.4111, 0.39462, 23.6579, -11.6611, 0.39462, 23.6579, -11.6611, 0.39462, 25.1579, -8.9111, 0.39462, 25.1579, -8.9111, 0.39462, 23.6579, -7.6611, 0.39462, 23.6579, -7.6611, 0.39462, 25.1579, -4.6611, 0.39462, 25.1579, -4.6611, 0.39462, 23.6579, -21.6611, 0.39462, 47.4079, -21.1611, 0.39462, 48.9079, -20.6611, 0.39462, 46.9079, -5.4111, 0.39462, 45.6579, -4.6611, 0.39462, 45.6579, -4.4111, 0.39462, 45.1579, -4.4111, 0.39462, 42.6579, -22.4111, 0.39462, 46.1579, -22.6611, 0.39462, 47.4079, -6.1611, 0.39462, 46.9079, -5.4111, 0.39462, 47.4079, -4.9111, 0.39462, 40.1579, -4.9111, 0.39462, 37.9079, -6.1611, 0.39462, 39.1579, -5.6611, 0.39462, 40.6579, -5.6611, 0.39462, 41.9079, -10.9111, 0.39462, 46.9079, -9.4111, 0.39462, 36.4079, -8.4111, 0.39462, 34.9079, -10.4111, 0.39462, 34.9079, -10.9111, 0.39462, 35.6579, -17.6611, 0.39462, 46.9079, -17.4111, 0.39462, 48.9079, -11.1611, 0.39462, 48.9079, -17.6611, 0.39462, 34.9079, -21.1611, 0.39462, 34.9079, -21.1611, 0.39462, 36.1579, -17.1611, 0.39462, 35.6579, -21.6611, 0.39462, 39.6579, -22.9111, 0.39462, 39.6579, -22.4111, 0.39462, 41.9079, -22.9111, 0.39462, 45.6579, -8.1611, 0.39462, 39.1579, -9.1611, 0.39462, 38.1579, -12.4111, 0.39462, 35.1579, -15.4111, 0.39462, 34.9079, -16.1611, 0.39462, 35.6579, -25.6611, 0.39462, 42.6579, -25.6611, 0.39462, 45.1579, -23.6611, 0.39462, 45.1579, -23.6611, 0.39462, 42.6579, -2.1611, 0.39462, 45.1579, -2.1611, 0.39462, 42.6579, -21.6611, 0.39462, 36.4079, -40.9111, 0.39462, 40.6579, -43.1611, 0.39462, 41.1579, 0.338898, 8.39462, 34.1579, 0.338898, 8.39462, 41.6579, 0.838898, 8.39462, 34.4079, 0.838898, 8.39462, 53.6579, 0.338898, 8.39462, 46.4079, 0.338898, 8.39462, 53.9079, 15.3389, 8.39462, 53.6579, 15.8389, 8.39462, 53.9079, 15.8389, 8.39462, 34.1579, 15.3389, 8.39462, 34.1579, -5.6611, 7.89462, 34.9079, -5.6611, 7.89462, 35.4079, -4.6611, 7.89462, 35.4079, -4.6611, 7.89462, 34.6579, -23.1611, 7.89462, 34.9079, -23.1611, 7.89462, 35.6579, -22.1611, 7.89462, 35.6579, -22.1611, 7.89462, 34.9079, 1.5889, 4.89462, 35.1579, 1.5889, 4.89462, 37.9079, 2.0889, 4.89462, 35.9079, 6.0889, 4.89462, 35.9079, 6.0889, 4.89462, 35.1579, 2.8389, 0.39462, 35.1579, 2.8389, 0.39462, 35.6579, 5.8389, 0.39462, 35.6579, 5.8389, 0.39462, 35.1579, 9.5889, 0.39462, 43.1579, 9.5889, 0.39462, 43.9079, 14.5889, 0.39462, 43.9079, 8.8389, 0.39462, 42.4079, 14.5889, 0.39462, 35.1579, 7.0889, 0.39462, 35.1579, 7.0889, 0.39462, 36.4079, 7.8389, 0.39462, 42.4079, -7.9111, 7.39462, 35.9079, -8.4111, 7.39462, 36.9079, -8.1611, 7.39462, 37.4079, -5.9111, 7.39462, 37.4079, -5.9111, 7.39462, 36.4079, -6.9111, 7.39462, 35.6579, -7.9111, 0.39462, 36.4079, -7.4111, 0.39462, 37.9079, -6.1611, 0.39462, 37.1579, -6.6611, 0.39462, 36.1579, 2.8389, 0.39462, 38.6579, 1.5889, 0.39462, 38.9079, 1.5889, 0.39462, 41.6579, 6.8389, 0.39462, 36.9079, 2.8389, 0.39462, 36.9079, 7.0889, 0.39462, 42.4079, -40.6611, 0.39462, 42.6579, -43.1611, 0.39462, 45.1579, 1.3389, 0.39462, 42.6579, 1.3389, 0.39462, 45.4079, 6.3389, 0.39462, 43.1579, 1.5889, 0.39462, 46.4079, 6.3389, 0.39462, 44.9079, 7.3389, 0.39462, 45.6579, 7.3389, 6.64462, 43.6579, 7.5889, 6.64462, 44.6579, 8.5889, 6.64462, 44.4079, 8.3389, 6.64462, 43.4079, 7.5889, 0.39462, 43.9079, 7.8389, 0.39462, 44.4079, 8.3389, 0.39462, 44.1579, 8.0889, 0.39462, 43.6579, 9.5889, 0.39462, 44.9079, 8.8389, 0.39462, 45.6579, 8.0889, 0.39462, 52.6579, 14.5889, 0.39462, 52.6579, 8.0889, 0.39462, 45.6579, 1.5889, 0.39462, 52.6579, -19.9111, 10.1446, 47.9079, -19.9111, 10.1446, 49.1579, -18.4111, 10.1446, 49.1579, -18.4111, 10.1446, 47.9079, -10.1611, 8.39462, 49.4079, -6.9111, 8.39462, 49.6579, -6.9111, 8.39462, 47.9079, -10.1611, 8.39462, 47.9079, -19.6611, 0.39462, 48.1579, -19.6611, 0.39462, 48.9079, -18.6611, 0.39462, 48.9079, -18.6611, 0.39462, 48.1579, -9.9111, 0.39462, 48.1579, -9.9111, 0.39462, 48.9079, -7.1611, 0.39462, 48.9079, -7.1611, 0.39462, 48.1579, -23.1611, 7.89462, 48.4079, -23.1611, 7.89462, 49.1579, -22.1611, 7.89462, 49.1579, -22.1611, 7.89462, 48.4079, -5.4111, 7.89462, 49.4079, -4.6611, 7.89462, 49.4079, -4.9111, 7.89462, 48.4079, -5.6611, 7.89462, 48.6579) @@ -38,7 +38,7 @@ size = Vector2(200, 200) transparency = 1 cull_mode = 2 shading_mode = 0 -albedo_texture = ExtResource("18_hngai") +albedo_texture = ExtResource("18_hjs2u") texture_filter = 0 [sub_resource type="PlaneMesh" id="PlaneMesh_vi6hn"] @@ -84,13 +84,13 @@ _data = { } [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_egh6m"] -albedo_texture = ExtResource("22_885cy") +albedo_texture = ExtResource("22_ikkej") [sub_resource type="BoxMesh" id="BoxMesh_q6rhc"] material = SubResource("StandardMaterial3D_egh6m") [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2puhh"] -albedo_texture = ExtResource("24_egh6m") +albedo_texture = ExtResource("24_ratgh") [sub_resource type="ArrayMesh" id="ArrayMesh_awdgx"] _surfaces = [{ @@ -125,90 +125,90 @@ blend_shape_mode = 0 shadow_mesh = SubResource("ArrayMesh_awdgx") [node name="Floor12a" type="Node3D"] -script = ExtResource("1_kjgo2") +script = ExtResource("1_x14ew") [node name="NavigationRegion3D" type="NavigationRegion3D" parent="."] navigation_mesh = SubResource("NavigationMesh_hngai") -[node name="Antechamber 4" parent="NavigationRegion3D" instance=ExtResource("1_565or")] +[node name="Antechamber 4" parent="NavigationRegion3D" instance=ExtResource("2_lnhtf")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14, 0, 42) -[node name="Floor Exit B" parent="NavigationRegion3D" instance=ExtResource("3_xwhg8")] +[node name="Floor Exit B" parent="NavigationRegion3D" instance=ExtResource("3_eqvvt")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 30, 0, -30) -[node name="Column Circle Room" parent="NavigationRegion3D" instance=ExtResource("4_5yno2")] +[node name="Column Circle Room" parent="NavigationRegion3D" instance=ExtResource("4_4g0us")] transform = Transform3D(1.31134e-07, 0, 1, 0, 1, 0, -1, 0, 1.31134e-07, 13.9626, 0, 12) -[node name="Long Room B" parent="NavigationRegion3D" instance=ExtResource("5_ri3ov")] +[node name="Long Room B" parent="NavigationRegion3D" instance=ExtResource("5_u77jf")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -28, 0, 12) -[node name="Node3D" parent="NavigationRegion3D" instance=ExtResource("6_qn0li")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -64, 0, 14) +[node name="Node3D" parent="NavigationRegion3D" instance=ExtResource("6_nb1o5")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -64, 0, 13.9269) -[node name="Node3D3" parent="NavigationRegion3D" instance=ExtResource("7_0nx78")] +[node name="Node3D3" parent="NavigationRegion3D" instance=ExtResource("7_dpiwp")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -44, 0, 46) -[node name="Node3D2" parent="NavigationRegion3D" instance=ExtResource("6_qn0li")] +[node name="Node3D2" parent="NavigationRegion3D" instance=ExtResource("6_nb1o5")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -44, 0, 26) -[node name="Node3D4" parent="NavigationRegion3D" instance=ExtResource("6_qn0li")] +[node name="Node3D4" parent="NavigationRegion3D" instance=ExtResource("6_nb1o5")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36, 0, 46) -[node name="Node3D5" parent="NavigationRegion3D" instance=ExtResource("8_q3hi4")] +[node name="Node3D5" parent="NavigationRegion3D" instance=ExtResource("8_68x2k")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -16, 0, 26) -[node name="Node3D6" parent="NavigationRegion3D" instance=ExtResource("8_q3hi4")] +[node name="Node3D6" parent="NavigationRegion3D" instance=ExtResource("8_68x2k")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, 14) -[node name="Node3D7" parent="NavigationRegion3D" instance=ExtResource("7_0nx78")] +[node name="Node3D7" parent="NavigationRegion3D" instance=ExtResource("7_dpiwp")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 32.0138, 0, 14) -[node name="Node3D8" parent="NavigationRegion3D" instance=ExtResource("7_0nx78")] +[node name="Node3D8" parent="NavigationRegion3D" instance=ExtResource("7_dpiwp")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -16, 0, -10) -[node name="Node3D9" parent="NavigationRegion3D" instance=ExtResource("9_dhta4")] +[node name="Node3D9" parent="NavigationRegion3D" instance=ExtResource("9_7n30c")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, -6) -[node name="Node3D10" parent="NavigationRegion3D" instance=ExtResource("10_drbdc")] +[node name="Node3D10" parent="NavigationRegion3D" instance=ExtResource("10_2cibk")] transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 32, 0, -14) -[node name="Node3D11" parent="NavigationRegion3D" instance=ExtResource("6_qn0li")] +[node name="Node3D11" parent="NavigationRegion3D" instance=ExtResource("6_nb1o5")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 0, -6) -[node name="Node3D12" parent="NavigationRegion3D" instance=ExtResource("8_q3hi4")] +[node name="Node3D12" parent="NavigationRegion3D" instance=ExtResource("8_68x2k")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 28, 0, -2) -[node name="40_DonutGallery" parent="NavigationRegion3D" instance=ExtResource("11_qe4qs")] +[node name="40_DonutGallery" parent="NavigationRegion3D" instance=ExtResource("11_vqt0p")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -82.0677, 2, 11.9252) -[node name="Gallery Room" parent="NavigationRegion3D" instance=ExtResource("12_n1o17")] +[node name="Gallery Room" parent="NavigationRegion3D" instance=ExtResource("12_q5m3k")] transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -56, 0.322, -22) -[node name="Pedestal Room" parent="NavigationRegion3D" instance=ExtResource("13_hngai")] +[node name="Pedestal Room" parent="NavigationRegion3D" instance=ExtResource("13_68lga")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 7.84822, 0, 44) -[node name="CA2_CORNERBLOCK" parent="NavigationRegion3D" instance=ExtResource("7_0nx78")] +[node name="CA2_CORNERBLOCK" parent="NavigationRegion3D" instance=ExtResource("7_dpiwp")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -84, 0, -25.8643) -[node name="CA2_SBLOCK" parent="NavigationRegion3D" instance=ExtResource("14_n17av")] +[node name="CA2_SBLOCK" parent="NavigationRegion3D" instance=ExtResource("14_3m4tk")] transform = Transform3D(0, 0, 1, 0, 1, 0, -1, 0, 0, -40, 0, -2) -[node name="CA2_3BLOCK" parent="NavigationRegion3D" instance=ExtResource("6_qn0li")] +[node name="CA2_3BLOCK" parent="NavigationRegion3D" instance=ExtResource("6_nb1o5")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -76, 0, -21.8643) -[node name="CA2_3BLOCK2" parent="NavigationRegion3D" instance=ExtResource("6_qn0li")] +[node name="CA2_3BLOCK2" parent="NavigationRegion3D" instance=ExtResource("6_nb1o5")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -84, 0, -17.8643) -[node name="CA2_1BLOCK" parent="NavigationRegion3D" instance=ExtResource("15_vi6hn")] +[node name="CA2_1BLOCK" parent="NavigationRegion3D" instance=ExtResource("15_w54ls")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, 46) -[node name="Node3D13" parent="NavigationRegion3D" instance=ExtResource("16_3wfmp")] +[node name="Node3D13" parent="NavigationRegion3D" instance=ExtResource("16_3ry38")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82, 0, 30) -[node name="A2SOCKET" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(-4.37114e-08, 0, 3.585, 0, 1, 0, -1, 0, -1.56705e-07, -62.9009, 0.0243301, 11.9964) -[node name="A2SOCKET2" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET2" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(-1, 0, -3.13411e-07, 0, 1, 0, 8.74228e-08, 0, -3.585, -82.0868, 0.0243301, -7.10035) [node name="MeshInstance3D" type="MeshInstance3D" parent="NavigationRegion3D"] @@ -217,21 +217,24 @@ layers = 0 mesh = SubResource("PlaneMesh_n17av") skeleton = NodePath("../..") -[node name="A2SOCKET3" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET3" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.9856, 0.00188994, -1.6717) -[node name="A2SOCKET4" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET4" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -41.9709, 0.00188994, 26.3684) -[node name="A2SOCKET5" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET5" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.0221, 0.00188994, 26.3684) -[node name="A2SOCKET6" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET6" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.281088, -0.00388157, 43.9898) -[node name="A2SOCKET7" parent="NavigationRegion3D" instance=ExtResource("17_n1o17")] +[node name="A2SOCKET7" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -81.8976, 0.0085299, -5.64592) +[node name="A2SOCKET8" parent="NavigationRegion3D" instance=ExtResource("17_rn5x2")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -51.6801, -0.0192751, 11.9227) + [node name="Minimap" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.859, -1.6004, 42.4854) layers = 2 @@ -243,20 +246,20 @@ libraries = { } autoplay = "Pulse" -[node name="SteleD" parent="." instance=ExtResource("19_vi6hn")] +[node name="SteleD" parent="." instance=ExtResource("19_lie0s")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -107.182, 0.0264993, 11.9082) -[node name="SteleG" parent="." instance=ExtResource("20_3wfmp")] +[node name="SteleG" parent="." instance=ExtResource("20_p36g4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7.78904, 0, 35) -[node name="FLOORMAP1" parent="." instance=ExtResource("21_qejkb")] +[node name="FLOORMAP1" parent="." instance=ExtResource("21_0ybo1")] transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, 27.9859, 1.51664, -11.9982) [node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP1"] transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, -0.00890732, 0.723523, -3.98979) mesh = SubResource("BoxMesh_q6rhc") -[node name="FLOORMAP2" parent="." instance=ExtResource("21_qejkb")] +[node name="FLOORMAP2" parent="." instance=ExtResource("21_0ybo1")] transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, 31.9628, 1.51664, -11.9982) [node name="MeshInstance3D2" type="MeshInstance3D" parent="FLOORMAP2"] @@ -264,7 +267,7 @@ transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, -0.00890732, 0.7 mesh = SubResource("BoxMesh_q6rhc") skeleton = NodePath("../../FLOORMAP1") -[node name="Eden Pillar" parent="." instance=ExtResource("23_885cy")] +[node name="Eden Pillar" parent="." instance=ExtResource("23_6u6ml")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -32.4001, -0.0478796, 5.18642) [node name="Eden Pillar Rest" type="Node3D" parent="."] @@ -274,7 +277,7 @@ transform = Transform3D(0.365, 0, 0, 0, 0.365, 0, 0, 0, 0.365, -32.3902, -0.4868 mesh = SubResource("ArrayMesh_nuaag") skeleton = NodePath("") -[node name="Eden Pillar5" parent="." instance=ExtResource("23_885cy")] +[node name="Eden Pillar5" parent="." instance=ExtResource("23_6u6ml")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.0926, -0.0491098, 12.0333) [node name="Eden Pillar Rest5" type="Node3D" parent="."] @@ -284,7 +287,7 @@ transform = Transform3D(0.365, 0, 0, 0, 0.365, 0, 0, 0, 0.365, 14.1025, -0.48805 mesh = SubResource("ArrayMesh_nuaag") skeleton = NodePath("") -[node name="Eden Pillar2" parent="." instance=ExtResource("23_885cy")] +[node name="Eden Pillar2" parent="." instance=ExtResource("23_6u6ml")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22.282, -0.0478796, 5.18642) [node name="Eden Pillar Rest2" type="Node3D" parent="."] @@ -294,7 +297,7 @@ transform = Transform3D(0.365, 0, 0, 0, 0.365, 0, 0, 0, 0.365, -22.272, -0.48682 mesh = SubResource("ArrayMesh_nuaag") skeleton = NodePath("") -[node name="Eden Pillar3" parent="." instance=ExtResource("23_885cy")] +[node name="Eden Pillar3" parent="." instance=ExtResource("23_6u6ml")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -32.4001, -0.0478796, 19.2481) [node name="Eden Pillar Rest3" type="Node3D" parent="."] @@ -304,7 +307,7 @@ transform = Transform3D(0.365, 0, 0, 0, 0.365, 0, 0, 0, 0.365, -32.3902, -0.4868 mesh = SubResource("ArrayMesh_nuaag") skeleton = NodePath("") -[node name="Eden Pillar4" parent="." instance=ExtResource("23_885cy")] +[node name="Eden Pillar4" parent="." instance=ExtResource("23_6u6ml")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22.282, -0.0478796, 19.2481) [node name="Eden Pillar Rest4" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn index a9cb7967..9639e340 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn @@ -19,7 +19,7 @@ script = ExtResource("1_4snqm") [node name="Model" type="Node3D" parent="."] [node name="CA2_1BLOCK" parent="Model" instance=ExtResource("2_4snqm")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.45451, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.445, 0) [node name="Room" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn index 4559d265..28d39111 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn @@ -19,7 +19,7 @@ script = ExtResource("1_wf6mw") [node name="Model" type="Node3D" parent="."] [node name="CA2_2BLOCK" parent="Model" instance=ExtResource("2_wf6mw")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.45367, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.444, 0) [node name="Room" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn index 0311baa8..91f8d60d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn @@ -22,7 +22,7 @@ script = ExtResource("1_v580m") [node name="Model" type="Node3D" parent="."] [node name="area 2 3block" parent="Model" instance=ExtResource("2_v580m")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46519, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.45, 0) [node name="Room" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn index f3b6a150..d73b85fb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn @@ -22,7 +22,7 @@ script = ExtResource("1_hceu2") [node name="Model" type="Node3D" parent="."] [node name="CA2_5BLOCK" parent="Model" instance=ExtResource("2_hceu2")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46146, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.45, 0) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn index a56588d0..1bf64e72 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn @@ -34,6 +34,7 @@ script = ExtResource("1_aknhk") [node name="Model" type="Node3D" parent="."] [node name="Ca2_CornerBlock1" parent="Model" instance=ExtResource("2_aknhk")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.005, 0) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn index 03eda232..c1621efd 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn @@ -22,7 +22,7 @@ script = ExtResource("1_18sbc") [node name="Model" type="Node3D" parent="."] [node name="CA2_CROSSBLOCK" parent="Model" instance=ExtResource("2_18sbc")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46519, 3.98842) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.455, 3.988) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn index 8f51e4ba..63ddf89d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn @@ -40,7 +40,7 @@ script = ExtResource("1_8hqtj") [node name="Model" type="Node3D" parent="."] [node name="CA2_SBLOCK" parent="Model" instance=ExtResource("2_8hqtj")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46486, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.455, 0) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn index 6fe8780b..df1f7886 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn @@ -31,7 +31,7 @@ script = ExtResource("1_efs71") [node name="Model" type="Node3D" parent="."] [node name="CA2_TBLOCK" parent="Model" instance=ExtResource("2_efs71")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.43714, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.43, 0) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn index 08c50dea..362e5906 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn @@ -40,7 +40,7 @@ script = ExtResource("1_lpude") [node name="Model" type="Node3D" parent="."] [node name="CA2_ZBLOCK" parent="Model" instance=ExtResource("2_lpude")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46396, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.459, 0) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn index df58e4c8..01971f26 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn @@ -43,7 +43,7 @@ script = ExtResource("1_a5b6m") [node name="Model" type="Node3D" parent="."] [node name="CA2_ZAGBLOCK" parent="Model" instance=ExtResource("2_a5b6m")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.56869, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.577, 0) [node name="Collisions" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn index 67e2f5a9..0eac010f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn @@ -100,7 +100,7 @@ transform = Transform3D(8.9407e-08, 0, 1, 0, 1, 0, -1, 0, 8.9407e-08, -30.8308, transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -59, 0, 44.9741) [node name="Node3D2" parent="NavigationRegion3D" instance=ExtResource("7_4jnqu")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 27) +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, -0.0145462, 27) [node name="Antechamber 4" parent="NavigationRegion3D" instance=ExtResource("2_gh218")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 34.9664, -0.0101503, 59) @@ -124,13 +124,13 @@ transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -1, 2, transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 24.96, -0.025, 16.985) [node name="CA2_CROSSBLOCK" parent="NavigationRegion3D" instance=ExtResource("11_qclr3")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -31, 0, 47) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -31, -0.01, 47) [node name="CA2_2BLOCK" parent="NavigationRegion3D" instance=ExtResource("11_xfjxy")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -43, 0, 47) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -43, -0.0137534, 47) [node name="CA2_2BLOCK2" parent="NavigationRegion3D" instance=ExtResource("11_xfjxy")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23, 0, 47) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23, -0.01, 47) [node name="CA2_2BLOCK3" parent="NavigationRegion3D" instance=ExtResource("11_xfjxy")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 50.9584) @@ -142,7 +142,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.11047, 0, 17.1799) transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 15) [node name="CA2_1BLOCK" parent="NavigationRegion3D" instance=ExtResource("10_2c4ye")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 23) +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, -0.00403987, 23) [node name="Node3D" parent="NavigationRegion3D" instance=ExtResource("15_4jnqu")] transform = Transform3D(2.98023e-08, 0, 1, 0, 1, 0, -1, 0, 2.98023e-08, -39.3486, -0.0529781, 68.9952) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn index 7a264ff3..367cdcff 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=30 format=3 uid="uid://cny46rgfqjg8v"] +[gd_scene load_steps=29 format=3 uid="uid://cny46rgfqjg8v"] [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_6h8wr"] [ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="1_33c2s"] @@ -16,7 +16,6 @@ [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="13_mrx2g"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_2wxas"] [ext_resource type="Texture2D" uid="uid://dt1ww3q2g8q53" path="res://src/minimap/Floor Maps/11A.png" id="15_wrohb"] -[ext_resource type="PackedScene" uid="uid://0aqllfpimgq" path="res://src/map/Placeables/Stele D.tscn" id="17_mskj6"] [ext_resource type="PackedScene" uid="uid://bxjcnuf2g8iox" path="res://src/map/Placeables/Stele G.tscn" id="18_es3ou"] [ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="19_resil"] [ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="20_5gtpp"] @@ -213,9 +212,6 @@ libraries = { } autoplay = "Pulse" -[node name="SteleD" parent="." instance=ExtResource("17_mskj6")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -45.8008, 0.0555704, 16.3702) - [node name="SteleG" parent="." instance=ExtResource("18_es3ou")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 32.1657, 0.0810368, 51.9696) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn index a8cd250e..d2f3277c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn @@ -185,9 +185,6 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 35.468 [node name="A2SOCKET3" parent="NavigationRegion3D" instance=ExtResource("14_f5oy5")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 35.4681, 0.0171045, -12.0231) -[node name="SteleA" parent="NavigationRegion3D" instance=ExtResource("15_qvftd")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 78.7399, 0.0231242, 89.8244) - [node name="Minimap2" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17.8659, -11.2217, 66.0216) layers = 2 @@ -216,3 +213,6 @@ transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 53.023 transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, -0.00890827, 0.701972, 3.96271) mesh = SubResource("BoxMesh_1pfg1") skeleton = NodePath("../../FLOORMAP1") + +[node name="SteleA" parent="." instance=ExtResource("15_qvftd")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 78.7399, 0.0231242, 89.8244) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn index 71a56a08..f2ca8447 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn @@ -2,9 +2,9 @@ [ext_resource type="Script" uid="uid://cuhfkyh3d7noa" path="res://src/map/dungeon/code/Overworld.cs" id="1_5hmt3"] [ext_resource type="Texture2D" uid="uid://co6h8vyi11sl2" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_63.png" id="2_g6b7b"] -[ext_resource type="AudioStream" uid="uid://cblhg7lmwn5ng" path="res://src/audio/AMB/amb_perlin.wav" id="2_wbbo3"] -[ext_resource type="AudioStream" uid="uid://byw0oogbgggp0" path="res://src/audio/AMB/amb_white_noise.wav" id="3_c2gp5"] -[ext_resource type="AudioStream" uid="uid://b8um78tuv72lj" path="res://src/audio/AMB/amb_beach.wav" id="3_pvi8n"] +[ext_resource type="AudioStream" uid="uid://ym4ur8a2qxhp" path="res://src/audio/amb/amb_perlin.wav" id="2_wbbo3"] +[ext_resource type="AudioStream" uid="uid://b7wxddjx3qw5o" path="res://src/audio/amb/amb_white_noise.wav" id="3_c2gp5"] +[ext_resource type="AudioStream" uid="uid://ddii3pi8x75xc" path="res://src/audio/amb/amb_beach.wav" id="3_pvi8n"] [ext_resource type="Texture2D" uid="uid://w33fr6exryiy" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_37.png" id="3_uyygh"] [ext_resource type="Texture2D" uid="uid://dv10yaqvp3mub" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_71.png" id="4_r8r3k"] [ext_resource type="Shader" uid="uid://brhf7s3riyag5" path="res://src/map/map shaders/Metal.gdshader" id="5_d1qcb"] @@ -2016,7 +2016,7 @@ transform = Transform3D(-0.405705, 0, 0.533201, 0, 0.67, 0, -0.533201, 0, -0.405 transform = Transform3D(1, 0, 1.19209e-07, 0, 1, 0, -1.19209e-07, 0, 1, -36.051, 3.78707, 44.3599) [node name="Clalo" parent="Node3D/Actors" instance=ExtResource("76_nfcfh")] -transform = Transform3D(-1.10025, 0, -1.44601, 0, 1.817, 0, 1.44601, 0, -1.10025, -244.949, 0.972024, 117.235) +transform = Transform3D(-1.15777, 0, -1.52161, 0, 1.912, 0, 1.52161, 0, -1.15777, -244.949, 1.16958, 117.235) [node name="AnimatedSprite3D" parent="Node3D/Actors/Clalo" index="0"] transform = Transform3D(1.11, 0, 0, 0, 1.11, 0, 0, 0, 1.11, 0, 0.179583, 0) @@ -2455,6 +2455,9 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -246.379, 2.49829, 9.49494) [node name="SteleE" parent="." instance=ExtResource("62_o5pdk")] transform = Transform3D(0.0221235, 0, 0.49951, 0, 0.5, 0, -0.49951, 0, 0.0221235, -185.53, 2.42495, 46.2437) +[node name="SteleA4" parent="." instance=ExtResource("61_v60tm")] +transform = Transform3D(-0.702327, 0, 0.711854, 0, 1, 0, -0.711854, 0, -0.702327, -299.255, 2.5838, 53.1555) + [editable path="Node3D/Actors/Rat"] [editable path="Node3D/Actors/Clalo"] [editable path="Node3D/Actors/Caretaker of Saints"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/03. Antechamber A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/03. Antechamber A.tscn index 33c0a083..a7b2b4e4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/03. Antechamber A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/03. Antechamber A.tscn @@ -1028,20 +1028,20 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.89063, -3.71027, 3.63487) transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.96292, -3.71027, 10.8984) [node name="ItemSpawnPoint3" type="Marker3D" parent="Spawn Points/ItemSpawnPoints"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15.0523, -3.71027, 11.6249) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.1095, -3.71027, 10.3313) [node name="EnemySpawnPoints" type="Node3D" parent="Spawn Points"] unique_name_in_owner = true transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.00123, 0) [node name="EnemySpawn1" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.67066, -3.71027, 3.35927) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.56256, -3.71027, 7.73557) [node name="EnemySpawn2" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13.6143, -3.71027, 6.01731) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15.273, -3.71027, 7.33858) [node name="EnemySpawn3" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.9752, -3.71027, 11.0699) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.0743, -3.71027, 12.7705) [node name="Room" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.749275, 2.10907, 0) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn index 10f36aad..1f81b756 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=131 format=4 uid="uid://crf30tibwsnri"] +[gd_scene load_steps=132 format=4 uid="uid://crf30tibwsnri"] [ext_resource type="Script" uid="uid://bccyfmj8ikewh" path="res://src/map/dungeon/code/SpecialRoom.cs" id="1_q135t"] [ext_resource type="Texture2D" uid="uid://dj8dvar756its" path="res://src/map/dungeon/models/Area 1/Seshat/SeshFix_orpheus.png" id="2_kikwc"] @@ -1496,6 +1496,10 @@ size = Vector3(8.49038, 5.78839, 2.76795) height = 9.73956 radius = 0.700195 +[sub_resource type="CylinderShape3D" id="CylinderShape3D_kikwc"] +height = 9.73956 +radius = 2.30566 + [sub_resource type="CylinderShape3D" id="CylinderShape3D_xhe56"] height = 8.4538 radius = 0.700195 @@ -1704,7 +1708,7 @@ shape = SubResource("CylinderShape3D_5aadh") [node name="CollisionShape3D7" type="CollisionShape3D" parent="Collisions/StaticBody3D2"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.78325, -12.495, 0.051156) -shape = SubResource("CylinderShape3D_5aadh") +shape = SubResource("CylinderShape3D_kikwc") [node name="CollisionShape3D8" type="CollisionShape3D" parent="Collisions/StaticBody3D2"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.4272, -11.1036, -3.97162) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn index 0c9b1ea3..da454de4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn @@ -32,7 +32,7 @@ radius = 0.452637 size = Vector3(13.496, 20, 17.3486) [sub_resource type="BoxShape3D" id="BoxShape3D_wu8s2"] -size = Vector3(15.7098, 10.2039, 7.09571) +size = Vector3(15.7098, 10.2039, 5.39368) [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_k6ywg"] albedo_color = Color(0, 0, 0, 1) @@ -593,7 +593,7 @@ collision_layer = 256 collision_mask = 256 [node name="CollisionShape3D" type="CollisionShape3D" parent="Room/Exit"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00295544, 1.56831, 4.23168) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00295544, 1.56831, 2.06524) shape = SubResource("BoxShape3D_wu8s2") [node name="MinimapShadow" type="Node3D" parent="Room"] diff --git a/Zennysoft.Game.Ma/src/npc/Seshat/Seshat.tscn b/Zennysoft.Game.Ma/src/npc/Seshat/Seshat.tscn index 4bdca9e8..2b987fc3 100644 --- a/Zennysoft.Game.Ma/src/npc/Seshat/Seshat.tscn +++ b/Zennysoft.Game.Ma/src/npc/Seshat/Seshat.tscn @@ -55,7 +55,6 @@ Dialogue = ExtResource("2_4em6t") [node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."] offset = Vector2(14, 0) billboard = 2 -shaded = true sprite_frames = SubResource("SpriteFrames_ht37r") autoplay = "default" frame_progress = 0.356716