A lot of crazy stuff happened here.....
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=36 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://daetb3e2nm56p" path="res://src/map/dungeon/code/DungeonRoom.cs" id="2_3yy2v"]
|
||||
[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"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfk41l5tsd80c" path="res://src/map/dungeon/models/Set B/29. Column Circle Room/29_A2_COLUMN_CIRCLE_ROOM_area_2_tile_3.png" id="5_wmaqp"]
|
||||
@@ -333,7 +333,7 @@ texture_filter = 0
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hwsho"]
|
||||
albedo_texture = ExtResource("20_5h87f")
|
||||
|
||||
[node name="DungeonRoom3D" type="Node3D"]
|
||||
[node name="Column Circle Room" type="Node3D"]
|
||||
script = ExtResource("1_h5vd2")
|
||||
size_in_voxels = Vector3i(5, 1, 5)
|
||||
voxel_scale = Vector3(4, 4, 4)
|
||||
@@ -341,7 +341,7 @@ min_count = 1
|
||||
max_count = 2
|
||||
|
||||
[node name="ColumnCircleRoom" type="Node3D" parent="."]
|
||||
script = ExtResource("2_3yy2v")
|
||||
script = ExtResource("2_i2lux")
|
||||
|
||||
[node name="29_A2_COLUMN_CIRCLE_ROOM" type="Node3D" parent="ColumnCircleRoom"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.43295, 2.95279)
|
||||
|
||||
Reference in New Issue
Block a user