Remove SimpleDungeons plugin

This commit is contained in:
2025-09-15 20:50:19 -07:00
parent b501d22782
commit 4808b1dd63
169 changed files with 1583 additions and 17955 deletions

View File

@@ -1,6 +1,5 @@
[gd_scene load_steps=37 format=4 uid="uid://5cstpejxygy6"]
[gd_scene load_steps=35 format=4 uid="uid://5cstpejxygy6"]
[ext_resource type="Script" uid="uid://ce73fuh74l81l" path="res://addons/SimpleDungeons/DungeonRoom3D.gd" id="1_h5vd2"]
[ext_resource type="Script" uid="uid://dhollu4j3pynq" path="res://src/map/dungeon/code/MonsterRoom.cs" id="2_i2lux"]
[ext_resource type="Texture2D" uid="uid://br0mmudsrjvjr" path="res://src/map/dungeon/models/Set B/29. Column Circle Room/29_A2_COLUMN_CIRCLE_ROOM_COLUMN_WHITE.png" id="3_jpe4o"]
[ext_resource type="Texture2D" uid="uid://6ij2st3pptd0" path="res://src/map/dungeon/models/Set B/29. Column Circle Room/29_A2_COLUMN_CIRCLE_ROOM_area_2_big_tile.png" id="4_euk7n"]
@@ -10,7 +9,6 @@
[ext_resource type="Texture2D" uid="uid://bk38oftqvqp8o" path="res://src/map/dungeon/models/Set B/29. Column Circle Room/29_A2_COLUMN_CIRCLE_ROOM_WHITE_floor.png" id="8_h5vd2"]
[ext_resource type="Texture2D" uid="uid://ch4vi8pr3dd01" path="res://src/map/dungeon/models/Set B/29. Column Circle Room/29_A2_COLUMN_CIRCLE_ROOM_WHITE_layer_brick1.png" id="9_3yy2v"]
[ext_resource type="PackedScene" uid="uid://twrj4wixcbu7" path="res://src/items/ItemDatabase.tscn" id="15_28m48"]
[ext_resource type="Script" uid="uid://yl7wyeo5m725" path="res://src/map/dungeon/code/remove_unused_doors.gd" id="16_fn8xd"]
[ext_resource type="Script" uid="uid://c6s8hvdj3u3aq" path="res://src/map/dungeon/code/MinimapManager.cs" id="17_7gm34"]
[ext_resource type="Material" uid="uid://bsafm3t4drpl" path="res://src/map/dungeon/textures/MinimapTexture.tres" id="18_eh6mq"]
[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png" id="19_p6lr6"]
@@ -18,7 +16,6 @@
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5ou2x"]
resource_name = "Material.005"
shading_mode = 1
albedo_texture = ExtResource("3_jpe4o")
texture_filter = 2
@@ -58,37 +55,31 @@ shadow_mesh = SubResource("ArrayMesh_q0gko")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kxyir"]
resource_name = "Material"
shading_mode = 1
albedo_texture = ExtResource("4_euk7n")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tx1hr"]
resource_name = "Material.002"
shading_mode = 1
albedo_texture = ExtResource("5_wmaqp")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6k3yj"]
resource_name = "Material.003"
shading_mode = 1
albedo_texture = ExtResource("6_4ad6e")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_pmy6i"]
resource_name = "Material.004"
shading_mode = 1
albedo_texture = ExtResource("7_7yuos")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6r75s"]
resource_name = "Material.006"
shading_mode = 1
albedo_texture = ExtResource("8_h5vd2")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_m0dgx"]
resource_name = "Material.007"
shading_mode = 1
albedo_texture = ExtResource("9_3yy2v")
texture_filter = 2
@@ -315,7 +306,6 @@ data = PackedVector3Array(2.4947, -0.4572, 2.8354, 3.77, -0.4572, 4.2141, 3.7707
size = Vector3(1.49561, 4.7276, 1.23734)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dhety"]
shading_mode = 1
albedo_texture = ExtResource("19_p6lr6")
texture_filter = 0
@@ -330,16 +320,11 @@ material = ExtResource("18_eh6mq")
size = Vector2(20, 16)
[node name="Column Circle Room" type="Node3D"]
script = ExtResource("1_h5vd2")
size_in_voxels = Vector3i(5, 1, 5)
voxel_scale = Vector3(4, 4, 4)
min_count = 1
max_count = 2
script = ExtResource("2_i2lux")
[node name="Model" type="Node3D" parent="."]
[node name="ColumnCircleRoom" type="Node3D" parent="Model"]
script = ExtResource("2_i2lux")
[node name="29_A2_COLUMN_CIRCLE_ROOM" type="Node3D" parent="Model/ColumnCircleRoom"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.43295, 2.95279)
@@ -488,9 +473,6 @@ material_override = SubResource("StandardMaterial3D_hwsho")
operation = 2
size = Vector3(4.33105, 4.77002, 2)
[node name="RemoveUnusedDoors" type="Node" parent="Doors"]
script = ExtResource("16_fn8xd")
[node name="Spawn Points" type="Node3D" parent="."]
[node name="PlayerSpawn" type="Marker3D" parent="Spawn Points"]