Fix maze floor

This commit is contained in:
2026-01-25 16:56:05 -08:00
parent 79dd6eb33a
commit 2622ed4423
8 changed files with 628 additions and 550 deletions

View File

@@ -116,7 +116,7 @@ Sproingy = 1.0
[node name="Floor06" type="Node" parent="MapOrder"]
script = ExtResource("2_00xd7")
FolderName = "Floor06"
FloorOdds = Array[float]([0.2, 0.8])
FloorOdds = Array[float]([0.2, 0.8, 0.5, 0.1])
Sproingy = 1.0
[node name="Floor07" type="Node" parent="MapOrder"]

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=14 format=3 uid="uid://bb5xm6p81w671"]
[gd_scene load_steps=18 format=3 uid="uid://bb5xm6p81w671"]
[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_giyav"]
[ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="2_tmolq"]
@@ -13,6 +13,16 @@
[ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="11_uvfam"]
[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="11_xhpnf"]
[ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="13_buew1"]
[ext_resource type="PackedScene" uid="uid://biknctxhhf8g" path="res://src/minimap/Reveal Map.tscn" id="14_csng8"]
[ext_resource type="Texture2D" uid="uid://chq0uk6hklu5p" path="res://src/map/dungeon/models/Area 2/Gesthemii/A2-Gesthemii_puli.png" id="15_buew1"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tmm58"]
shading_mode = 0
albedo_texture = ExtResource("15_buew1")
[sub_resource type="PlaneMesh" id="PlaneMesh_iert2"]
material = SubResource("StandardMaterial3D_tmm58")
size = Vector2(150, 150)
[node name="Floor1a" type="Node3D"]
script = ExtResource("1_giyav")
@@ -87,3 +97,11 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 14.063
[node name="Node3D11" parent="." instance=ExtResource("13_buew1")]
transform = Transform3D(0.96, 0, 0, 0, 1, 0, 0, 0, 1, -28.008, 0.0418303, 59.8829)
[node name="Node3D12" parent="." instance=ExtResource("14_csng8")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -130, 0, -16)
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -48, -2, 60)
layers = 2
mesh = SubResource("PlaneMesh_iert2")

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long