Deleted a bunch of unused files.
Added environment to A2 exit, deleted environment from other A2 rooms.
@@ -1,12 +0,0 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cw5hyr8wo1a0w"]
|
||||
|
||||
[ext_resource type="MeshLibrary" uid="uid://q6hj3lei4dr" path="res://src/minimap/minimap mesh library.tres" id="1_elq8k"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="GridMap" type="GridMap" parent="."]
|
||||
mesh_library = ExtResource("1_elq8k")
|
||||
cell_size = Vector3(1, 1, 1)
|
||||
data = {
|
||||
"cells": PackedInt32Array(65534, 2, 1048586, 65534, 65534, 1048595, 65535, 65534, 1048596, 0, 65534, 1048597, 0, 30, 1048576, 65534, 65522, 1048595, 2, 65522, 1048596, 6, 65522, 1048597, 16, 65530, 1048576, 32, 65528, 1048577, 54, 2, 1048590, 32, 10, 1048581, 65518, 65522, 1048593, 65514, 20, 1048583, 78, 2, 1048594, 98, 2, 1048584, 100, 28, 1048592, 98, 54, 1048586, 82, 27, 1048580, 64, 30, 1048587, 46, 42, 1048578, 22, 44, 1048585, 65518, 62, 1048591, 22, 84, 1048588, 46, 82, 1048589, 94, 82, 1048579, 112, 80, 1048582, 64, 48, 1048582, 80, 48, 1048582, 80, 64, 1048582, 65492, 4, 1048582, 65492, 20, 1048582, 65476, 20, 1048582, 65492, 54, 1048576, 65476, 54, 1048576, 65460, 54, 1048576, 65482, 6, 1441813, 65482, 2, 1048595, 65478, 2, 1048596, 65474, 2, 1048596, 65470, 2, 1048596, 65466, 2, 1048596, 65462, 2, 1441811, 65462, 65534, 655380, 65462, 65530, 655380, 65462, 65526, 655380, 65462, 65522, 655379, 65466, 65522, 1048597, 65466, 65518, 20, 65466, 65526, 20, 65466, 65530, 20, 114, 70, 20, 114, 66, 20, 114, 62, 20, 114, 58, 20, 114, 54, 20, 114, 50, 20, 114, 46, 1048595, 110, 46, 1048596, 106, 46, 1048596, 102, 46, 1048596, 98, 46, 1048596, 82, 82, 1048596, 78, 82, 1048596, 74, 82, 1048596, 70, 82, 1048596, 66, 82, 1048596, 62, 82, 1048596, 94, 94, 19, 90, 94, 1441812, 86, 94, 1441812, 82, 94, 1441812, 78, 94, 1441812, 74, 94, 1441812, 70, 94, 1441813, 70, 90, 655380, 70, 86, 655380, 70, 98, 655380, 70, 102, 655380, 70, 106, 655380, 70, 110, 19, 66, 110, 1441812, 62, 110, 1441812, 58, 110, 1441812, 54, 110, 1441812, 50, 110, 1441812, 46, 110, 1441811, 46, 106, 655380, 46, 102, 655380)
|
||||
}
|
||||
@@ -21,23 +21,23 @@ public partial class Minimap : Control
|
||||
|
||||
public void OnResolved()
|
||||
{
|
||||
_map.CurrentFloorNumber.Sync += CurrentFloorNumber_Sync;
|
||||
_ready = true;
|
||||
_map.CurrentFloorNumber.Sync += CurrentFloorNumber_Sync;
|
||||
_ready = true;
|
||||
}
|
||||
|
||||
public override void _PhysicsProcess(double delta)
|
||||
{
|
||||
if (_ready)
|
||||
MinimapCamera.Position = new Vector3(_player.GlobalPosition.X, MinimapCamera.Position.Y, _player.GlobalPosition.Z);
|
||||
if (_ready)
|
||||
MinimapCamera.Position = new Vector3(_player.GlobalPosition.X, MinimapCamera.Position.Y, _player.GlobalPosition.Z);
|
||||
}
|
||||
|
||||
private void CurrentFloorNumber_Sync(int obj)
|
||||
{
|
||||
LayerNumberText.Text = $"{obj:D2}";
|
||||
LayerNumberText.Text = $"{obj:D2}";
|
||||
}
|
||||
|
||||
public void OnExitTree()
|
||||
{
|
||||
_map.CurrentFloorNumber.Sync -= CurrentFloorNumber_Sync;
|
||||
_map.CurrentFloorNumber.Sync -= CurrentFloorNumber_Sync;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,10 +97,10 @@ layout_mode = 2
|
||||
[node name="LayerText" type="Label" parent="CenterContainer/SubViewportContainer/SubViewport/MarginContainer/Control"]
|
||||
custom_minimum_size = Vector2(80, 15)
|
||||
layout_mode = 2
|
||||
offset_left = -10.0
|
||||
offset_top = 29.0
|
||||
offset_right = 140.0
|
||||
offset_bottom = 70.0
|
||||
offset_left = -14.0
|
||||
offset_top = 26.0
|
||||
offset_right = 136.0
|
||||
offset_bottom = 68.0
|
||||
size_flags_vertical = 6
|
||||
theme = SubResource("Theme_75ec6")
|
||||
theme_override_colors/font_color = Color(0.792157, 0.698039, 0.643137, 1)
|
||||
@@ -117,10 +117,10 @@ vertical_alignment = 2
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(80, 15)
|
||||
layout_mode = 2
|
||||
offset_left = 87.0
|
||||
offset_top = 20.0
|
||||
offset_right = 167.0
|
||||
offset_bottom = 72.0
|
||||
offset_left = 79.0
|
||||
offset_top = 22.0
|
||||
offset_right = 159.0
|
||||
offset_bottom = 74.0
|
||||
theme = SubResource("Theme_qgswn")
|
||||
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
||||
theme_override_colors/font_shadow_color = Color(1, 1, 1, 0.027451)
|
||||
|
||||
@@ -1,314 +0,0 @@
|
||||
[gd_scene load_steps=74 format=3 uid="uid://b0toybw1ebtor"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cck757iieiyj5" path="res://src/Main.cs" id="1_shqkk"]
|
||||
[ext_resource type="Texture2D" uid="uid://ncu0fsnqyede" path="res://src/minimap/textures/Room Maps/mi_antechamber.png" id="2_yfcml"]
|
||||
[ext_resource type="Texture2D" uid="uid://xn7fain1gaem" path="res://src/minimap/textures/Room Maps/mi_antechamber_type_D.png" id="3_xqmkv"]
|
||||
[ext_resource type="Texture2D" uid="uid://bihvvvta3qhd" path="res://src/minimap/textures/Room Maps/mi_largeblock.png" id="4_ydf5l"]
|
||||
[ext_resource type="Texture2D" uid="uid://2fohjeg2kxqi" path="res://src/minimap/textures/Room Maps/mi_smallblock.png" id="5_qi2bi"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7tjf7h2mtkyv" path="res://src/minimap/textures/Room Maps/mi_transfer_room.png" id="6_3d6ig"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcjgwfv23lw57" path="res://src/minimap/textures/Room Maps/mi_basin_room.png" id="7_4atn0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cr364g8502mjl" path="res://src/minimap/textures/Room Maps/mi_statue_room.png" id="8_3rqoy"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6orfu3hgwp3e" path="res://src/minimap/textures/Room Maps/mi_column_room.png" id="9_w234a"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw8vvn66qqfj2" path="res://src/minimap/textures/Room Maps/mi_exit.png" id="10_qwaac"]
|
||||
[ext_resource type="Texture2D" uid="uid://deggm1f2vn0et" path="res://src/minimap/textures/Room Maps/mi_long_room.png" id="11_oiqln"]
|
||||
[ext_resource type="Texture2D" uid="uid://dien6vkw71nya" path="res://src/minimap/textures/Room Maps/mi_gesthemi_room.png" id="12_mvka8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bmmfiflqnvjgq" path="res://src/minimap/textures/Room Maps/mi_jumpscare_room.png" id="13_kcmoh"]
|
||||
[ext_resource type="Texture2D" uid="uid://dmjvktlr3x132" path="res://src/minimap/textures/Room Maps/mi_rans_room.png" id="14_f8d8p"]
|
||||
[ext_resource type="Texture2D" uid="uid://bq7885v4qi06v" path="res://src/minimap/textures/Room Maps/mi_seshats_room.png" id="15_wj4jq"]
|
||||
[ext_resource type="Texture2D" uid="uid://dun4dcpdgv551" path="res://src/minimap/textures/Room Maps/mi_balcony_room.png" id="16_u71ya"]
|
||||
[ext_resource type="Texture2D" uid="uid://psqcaww3ufpx" path="res://src/minimap/textures/Room Maps/mi_pit_room.png" id="17_f6o7p"]
|
||||
[ext_resource type="Texture2D" uid="uid://dddaif318kr8l" path="res://src/minimap/textures/Room Maps/mi_gallery.png" id="18_n34pg"]
|
||||
[ext_resource type="Texture2D" uid="uid://bo32lieutx4fr" path="res://src/minimap/textures/Room Maps/mi_column_circle.png" id="19_88unk"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4qtikxmktrii" path="res://src/minimap/textures/Room Maps/mi_saint_room.png" id="20_g3r8o"]
|
||||
[ext_resource type="Texture2D" uid="uid://br4b2otlc2kr6" path="res://src/minimap/textures/Room Maps/corridor corner.png" id="21_pdx4j"]
|
||||
[ext_resource type="Texture2D" uid="uid://rmrq1762yxvv" path="res://src/minimap/textures/Room Maps/corridor Straight.png" id="22_721jh"]
|
||||
[ext_resource type="Texture2D" uid="uid://6cyy3k7ib6tr" path="res://src/minimap/textures/Room Maps/corridor intersection.png" id="23_tvv08"]
|
||||
[ext_resource type="Texture2D" uid="uid://ba7ch5rr7qj1d" path="res://src/minimap/textures/Room Maps/mi_treeante.png" id="23_xqmkv"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1jomp8ljn482" path="res://src/minimap/textures/Room Maps/mi_water_room.png" id="25_ydf5l"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_32iav"]
|
||||
size = Vector2(20, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_60j22"]
|
||||
albedo_texture = ExtResource("2_yfcml")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_itp8r"]
|
||||
size = Vector2(20, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cmi3p"]
|
||||
albedo_texture = ExtResource("3_xqmkv")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_08c4c"]
|
||||
size = Vector2(44, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7wvhu"]
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("4_ydf5l")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_lx1pf"]
|
||||
size = Vector2(20, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hrsku"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("5_qi2bi")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_g7peo"]
|
||||
size = Vector2(14, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wliw6"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("6_3d6ig")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_uxf0s"]
|
||||
size = Vector2(20, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_846x3"]
|
||||
albedo_texture = ExtResource("7_4atn0")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_yiiqc"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bxsyo"]
|
||||
albedo_texture = ExtResource("8_3rqoy")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_xksbf"]
|
||||
size = Vector2(48, 28)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_o4xqr"]
|
||||
albedo_texture = ExtResource("9_w234a")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_248ve"]
|
||||
size = Vector2(36, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bh7w5"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("10_qwaac")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_x5eip"]
|
||||
size = Vector2(48, 28)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mrkva"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("11_oiqln")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_e5e45"]
|
||||
size = Vector2(36, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ldhmv"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("12_mvka8")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_4whuu"]
|
||||
size = Vector2(20, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5c15w"]
|
||||
albedo_texture = ExtResource("13_kcmoh")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_vdfv2"]
|
||||
size = Vector2(32, 36)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wvn23"]
|
||||
albedo_texture = ExtResource("14_f8d8p")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_nb6oa"]
|
||||
size = Vector2(36, 28)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_eevwr"]
|
||||
albedo_texture = ExtResource("15_wj4jq")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_tw5wn"]
|
||||
size = Vector2(36, 28)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jkarp"]
|
||||
albedo_texture = ExtResource("16_u71ya")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_14mxo"]
|
||||
size = Vector2(36, 36)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_n1lnr"]
|
||||
albedo_texture = ExtResource("17_f6o7p")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_5kif2"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7nksl"]
|
||||
albedo_texture = ExtResource("18_n34pg")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_7k3u4"]
|
||||
size = Vector2(20, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0m6y4"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("19_88unk")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_xqkrf"]
|
||||
size = Vector2(36, 20)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qh8y5"]
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("20_g3r8o")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_qi2bi"]
|
||||
size = Vector2(20, 16)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3d6ig"]
|
||||
albedo_texture = ExtResource("23_xqmkv")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_11sry"]
|
||||
size = Vector2(34, 54)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3eljf"]
|
||||
albedo_texture = ExtResource("25_ydf5l")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_w0ws6"]
|
||||
size = Vector2(4, 4)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_roiau"]
|
||||
albedo_texture = ExtResource("21_pdx4j")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_qughh"]
|
||||
size = Vector2(4, 4)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_gr8eg"]
|
||||
albedo_texture = ExtResource("22_721jh")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_4atn0"]
|
||||
size = Vector2(4, 4)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3rqoy"]
|
||||
albedo_texture = ExtResource("23_tvv08")
|
||||
texture_filter = 0
|
||||
|
||||
[node name="Node" type="Node"]
|
||||
process_mode = 3
|
||||
script = ExtResource("1_shqkk")
|
||||
|
||||
[node name="mi_antechamber" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_32iav")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_60j22")
|
||||
|
||||
[node name="mi_antechamber type D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_itp8r")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_cmi3p")
|
||||
|
||||
[node name="mi_longblockroom" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_08c4c")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_7wvhu")
|
||||
|
||||
[node name="mi_small_block" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_lx1pf")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_hrsku")
|
||||
|
||||
[node name="mi_handroom" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)
|
||||
mesh = SubResource("PlaneMesh_g7peo")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_wliw6")
|
||||
|
||||
[node name="mi_basin_room" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_uxf0s")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_846x3")
|
||||
|
||||
[node name="mi_tree" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_yiiqc")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_bxsyo")
|
||||
|
||||
[node name="mi_column_room" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_xksbf")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_o4xqr")
|
||||
|
||||
[node name="mi_exit" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_248ve")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_bh7w5")
|
||||
|
||||
[node name="mi_longroom" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_x5eip")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_mrkva")
|
||||
|
||||
[node name="mi_gesthemii" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_e5e45")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_ldhmv")
|
||||
|
||||
[node name="mi_jumpscare" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_4whuu")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_5c15w")
|
||||
|
||||
[node name="mi_ran" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_vdfv2")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_wvn23")
|
||||
|
||||
[node name="mi_sesh" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.999982, 0, 0.00607371, 0, 1, 0, -0.00607371, 0, 0.999982, 0, 0, 0)
|
||||
mesh = SubResource("PlaneMesh_nb6oa")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_eevwr")
|
||||
|
||||
[node name="mi_balcony" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_tw5wn")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_jkarp")
|
||||
|
||||
[node name="mi_pitroom" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_14mxo")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_n1lnr")
|
||||
|
||||
[node name="mi_water_room" type="MeshInstance3D" parent="."]
|
||||
|
||||
[node name="mi_gallery" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_5kif2")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_7nksl")
|
||||
|
||||
[node name="mi_circle_column" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_7k3u4")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_0m6y4")
|
||||
|
||||
[node name="mi_dismantled" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_xqkrf")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_qh8y5")
|
||||
|
||||
[node name="mi_treeante" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_qi2bi")
|
||||
skeleton = NodePath("../cor_t_intersection")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_3d6ig")
|
||||
|
||||
[node name="mi_water" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_11sry")
|
||||
skeleton = NodePath("")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_3eljf")
|
||||
|
||||
[node name="cor_corner" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_w0ws6")
|
||||
skeleton = NodePath("")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_roiau")
|
||||
|
||||
[node name="cor_straight" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_qughh")
|
||||
skeleton = NodePath("")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_gr8eg")
|
||||
|
||||
[node name="cor_t_intersection" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_4atn0")
|
||||
skeleton = NodePath("../mi_water")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_3rqoy")
|
||||
@@ -1,3 +0,0 @@
|
||||
[gd_scene format=3 uid="uid://1am451eeyqgp"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cc013l18qfijg"
|
||||
path="res://.godot/imported/ZagBlock.png-b9d2f6fca104f6f06f3092594faef453.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/ZagBlock.png"
|
||||
dest_files=["res://.godot/imported/ZagBlock.png-b9d2f6fca104f6f06f3092594faef453.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 192 B |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bs5ykobo7by4i"
|
||||
path="res://.godot/imported/minimap_1block.png-620c17fdf30cadc1169ca82e0fc497e4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_1block.png"
|
||||
dest_files=["res://.godot/imported/minimap_1block.png-620c17fdf30cadc1169ca82e0fc497e4.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 195 B |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ddni5sjmn5kro"
|
||||
path="res://.godot/imported/minimap_2block.png-28df44e38053a212426503dd35faeb0d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_2block.png"
|
||||
dest_files=["res://.godot/imported/minimap_2block.png-28df44e38053a212426503dd35faeb0d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 196 B |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dyryaljyrclrt"
|
||||
path="res://.godot/imported/minimap_3block.png-557e02808ca17871478144ea8a52ebd5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_3block.png"
|
||||
dest_files=["res://.godot/imported/minimap_3block.png-557e02808ca17871478144ea8a52ebd5.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 195 B |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cqe02xcsrrs7t"
|
||||
path="res://.godot/imported/minimap_4block.png-f71311a3079b68c74dd21615bd1f18ff.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_4block.png"
|
||||
dest_files=["res://.godot/imported/minimap_4block.png-f71311a3079b68c74dd21615bd1f18ff.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 197 B |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c0n2c740uyed0"
|
||||
path="res://.godot/imported/minimap_5block.png-ceeb36fd924751e4e95091d959d81009.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_5block.png"
|
||||
dest_files=["res://.godot/imported/minimap_5block.png-ceeb36fd924751e4e95091d959d81009.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dif5tdldvkv"
|
||||
path="res://.godot/imported/minimap_Sblock.png-0724d2c72bfefdc6c08417e2d2072f11.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_Sblock.png"
|
||||
dest_files=["res://.godot/imported/minimap_Sblock.png-0724d2c72bfefdc6c08417e2d2072f11.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c1w5y2f5ucwj2"
|
||||
path="res://.godot/imported/minimap_Zblock.png-9642d8b2ca8669211fc5d439b05eea93.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_Zblock.png"
|
||||
dest_files=["res://.godot/imported/minimap_Zblock.png-9642d8b2ca8669211fc5d439b05eea93.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://gqibmepgyu5k"
|
||||
path="res://.godot/imported/minimap_corner.png-4a4c38cf4bb2e79065f8b50db31e9153.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_corner.png"
|
||||
dest_files=["res://.godot/imported/minimap_corner.png-4a4c38cf4bb2e79065f8b50db31e9153.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c8p073ejncbco"
|
||||
path="res://.godot/imported/minimap_cross.png-bcc2dc0978481211a4070d7b39114545.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_cross.png"
|
||||
dest_files=["res://.godot/imported/minimap_cross.png-bcc2dc0978481211a4070d7b39114545.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bu2o3cdd78ix2"
|
||||
path="res://.godot/imported/minimap_tblock.png-90d4ffb04d4c86e9ee7851fde022e45d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/minimap/textures/Corridors/minimap_tblock.png"
|
||||
dest_files=["res://.godot/imported/minimap_tblock.png-90d4ffb04d4c86e9ee7851fde022e45d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||