Added minimap GridMapper and neccessary resources.

This commit is contained in:
Pal
2025-09-25 01:59:15 -07:00
parent e7f5da5b1a
commit a7b959be87
61 changed files with 1835 additions and 49 deletions

View File

@@ -1,37 +0,0 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dc5drhhc8xbh8"
path="res://.godot/imported/gossip.glb-65c388f45926ed1fb1a90f3e29269140.scn"
[deps]
source_file="res://src/map/assetts/gossip.glb"
dest_files=["res://.godot/imported/gossip.glb-65c388f45926ed1fb1a90f3e29269140.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={}
gltf/naming_version=1
gltf/embedded_image_handling=1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=275 format=4 uid="uid://5ja3qxn8h7iw"]
[gd_scene load_steps=277 format=4 uid="uid://5ja3qxn8h7iw"]
[ext_resource type="Script" uid="uid://tqyybt313web" path="res://src/map/dungeon/code/BossRoomA.cs" id="1_0h3lb"]
[ext_resource type="Texture2D" uid="uid://vjbe1lg810gh" path="res://src/map/dungeon/models/Set A/15. Boss Floor A/15_A1_BOSS FLOOR A_VER_swirled_column.png" id="2_06eum"]
@@ -57,6 +57,8 @@
[ext_resource type="Texture2D" uid="uid://kbq263oarje4" path="res://src/map/dungeon/models/Set A/15. Boss Floor A/Boss Floor 1 Ver_SA115.png" id="49_m7n2k"]
[ext_resource type="Texture2D" uid="uid://cq4fv2s3yj57q" path="res://src/map/dungeon/models/Set A/15. Boss Floor A/Boss Floor 1 Ver_swirled_column_25.png" id="50_43w8i"]
[ext_resource type="Texture2D" uid="uid://c0m70x7u6muob" path="res://src/map/dungeon/models/Set A/15. Boss Floor A/Boss Floor 1 Ver_hand-tiile_26.png" id="51_6k66j"]
[ext_resource type="PackedScene" uid="uid://bfvy34lj7lns" path="res://src/map/assetts/sarco altar.glb" id="58_lqw6r"]
[ext_resource type="PackedScene" uid="uid://d2rje5p3a0xdg" path="res://src/map/assetts/sarco.glb" id="59_ucaw1"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qckvl"]
resource_name = "Material.018"
@@ -4963,3 +4965,9 @@ light_energy = 4.0
shadow_enabled = true
omni_range = 14.0
omni_attenuation = 2.0
[node name="sarco altar" parent="." instance=ExtResource("58_lqw6r")]
transform = Transform3D(0.565, 0, 0, 0, 0.565, 0, 0, 0, 0.565, -92.0811, -2.7728, 3.95434)
[node name="sarco" parent="." instance=ExtResource("59_ucaw1")]
transform = Transform3D(0.55, 0, 0, 0, 0.55, 0, 0, 0, 0.55, -92.04, -2.83756, 3.9847)

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=132 format=4 uid="uid://ceo7ph483io44"]
[gd_scene load_steps=135 format=4 uid="uid://ceo7ph483io44"]
[ext_resource type="Script" uid="uid://cvj30id0i8ska" path="res://src/map/dungeon/code/BossRoomB.cs" id="1_bxvob"]
[ext_resource type="Texture2D" uid="uid://cp8si6xqd3g51" path="res://src/map/dungeon/models/Version 4/Demon Wall Floor/DEMON WALL_FLOOR_COLUMN_WHITE.png" id="2_58rvo"]
@@ -26,6 +26,7 @@
[ext_resource type="PackedScene" uid="uid://6kck5vborfyk" path="res://src/enemy/enemy_types/16. demon wall/DemonWall.tscn" id="25_k2q0o"]
[ext_resource type="Shader" uid="uid://crbilces53hat" path="res://src/map/map shaders/B2 Night Sky World Environment.gdshader" id="27_yu47a"]
[ext_resource type="Texture2D" uid="uid://bk2irsqn0sbex" path="res://src/map/map shaders/B2 Night Sky Star Textures.png" id="28_nlpir"]
[ext_resource type="Texture2D" uid="uid://c0s1kqvmdwi0p" path="res://src/minimap/textures/Room Maps/mi_boss_floor_1.png" id="29_cowus"]
[ext_resource type="Shader" uid="uid://kqp7mww6drrx" path="res://src/map/map shaders/B2 Cloud Roll Middle.gdshader" id="29_ykaaj"]
[ext_resource type="Shader" uid="uid://c1aea2co8saff" path="res://src/map/map shaders/B2 Cloud Roll Top.gdshader" id="30_xwamj"]
@@ -1553,6 +1554,14 @@ emission = Color(0.0485309, 0.0621075, 0.0779951, 1)
height_falloff = 4.28708e-05
edge_fade = 0.565687
[sub_resource type="PlaneMesh" id="PlaneMesh_yu47a"]
size = Vector2(862, 154)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nlpir"]
transparency = 1
shading_mode = 0
albedo_texture = ExtResource("29_cowus")
[node name="Boss Floor B" type="Node3D"]
script = ExtResource("1_bxvob")
@@ -1957,3 +1966,10 @@ omni_range = 6.45483
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.815573, 25.5305, 106.124)
size = Vector3(37.979, 46.7776, 104.72)
material = SubResource("FogMaterial_ykaaj")
[node name="Minimap Main" type="MeshInstance3D" parent="."]
transform = Transform3D(-1.1365e-08, 0, -0.26, 0, 0.26, 0, 0.26, 0, -1.1365e-08, -0.974, 21.152, 40.814)
layers = 2
mesh = SubResource("PlaneMesh_yu47a")
skeleton = NodePath("../Clouds Upper")
surface_material_override/0 = SubResource("StandardMaterial3D_nlpir")

View File

@@ -0,0 +1,12 @@
[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)
}

View File

@@ -0,0 +1,287 @@
[gd_scene load_steps=68 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://dddv7r2ab5x36" 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"]
[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(16, 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_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_11sry"]
size = Vector2(4, 4)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3eljf"]
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="cor_corner" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_w0ws6")
skeleton = NodePath("../cor_t_intersection")
surface_material_override/0 = SubResource("StandardMaterial3D_roiau")
[node name="cor_straight" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_qughh")
skeleton = NodePath("../cor_t_intersection")
surface_material_override/0 = SubResource("StandardMaterial3D_gr8eg")
[node name="cor_t_intersection" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_11sry")
surface_material_override/0 = SubResource("StandardMaterial3D_3eljf")

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

View File

@@ -2,19 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bkxbgimxamjjn"
path="res://.godot/imported/gossip_stele.png-c802320a159021f24fba4c8648b864a4.ctex"
uid="uid://dddv7r2ab5x36"
path="res://.godot/imported/corridor Straight.png-b01b6970d3ff3d23f97927e8450825e4.ctex"
metadata={
"vram_texture": false
}
generator_parameters={
"md5": "ff59a608ede4fdbedd3064233dea6cd3"
}
[deps]
source_file="res://src/map/assetts/gossip_stele.png"
dest_files=["res://.godot/imported/gossip_stele.png-c802320a159021f24fba4c8648b864a4.ctex"]
source_file="res://src/minimap/textures/Room Maps/corridor Straight.png"
dest_files=["res://.godot/imported/corridor Straight.png-b01b6970d3ff3d23f97927e8450825e4.ctex"]
[params]
@@ -24,7 +21,7 @@ compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://br4b2otlc2kr6"
path="res://.godot/imported/corridor corner.png-90b916b86befd2164a832cbf34930a9f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/corridor corner.png"
dest_files=["res://.godot/imported/corridor corner.png-90b916b86befd2164a832cbf34930a9f.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://6cyy3k7ib6tr"
path="res://.godot/imported/corridor intersection.png-fd558df56f4c39639a468710787a1588.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/corridor intersection.png"
dest_files=["res://.godot/imported/corridor intersection.png-fd558df56f4c39639a468710787a1588.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ncu0fsnqyede"
path="res://.godot/imported/mi_antechamber.png-f0776cd08128a9c3e5d853e46341c62a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_antechamber.png"
dest_files=["res://.godot/imported/mi_antechamber.png-f0776cd08128a9c3e5d853e46341c62a.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://xn7fain1gaem"
path="res://.godot/imported/mi_antechamber_type_D.png-9e44d3712c68ac011988c54f2cabccbd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_antechamber_type_D.png"
dest_files=["res://.godot/imported/mi_antechamber_type_D.png-9e44d3712c68ac011988c54f2cabccbd.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dun4dcpdgv551"
path="res://.godot/imported/mi_balcony_room.png-0d8d8e0a43c271afe8ca71b48ea1121e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_balcony_room.png"
dest_files=["res://.godot/imported/mi_balcony_room.png-0d8d8e0a43c271afe8ca71b48ea1121e.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dcjgwfv23lw57"
path="res://.godot/imported/mi_basin_room.png-a96a92382b2e9d90b56d4a31513eca8b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_basin_room.png"
dest_files=["res://.godot/imported/mi_basin_room.png-a96a92382b2e9d90b56d4a31513eca8b.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c0s1kqvmdwi0p"
path="res://.godot/imported/mi_boss_floor_1.png-31245128aa1a8cc2f780a88d62f0f40f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_boss_floor_1.png"
dest_files=["res://.godot/imported/mi_boss_floor_1.png-31245128aa1a8cc2f780a88d62f0f40f.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bo32lieutx4fr"
path="res://.godot/imported/mi_column_circle.png-56702c7658a7b2d4efd122fe61dff26c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_column_circle.png"
dest_files=["res://.godot/imported/mi_column_circle.png-56702c7658a7b2d4efd122fe61dff26c.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c6orfu3hgwp3e"
path="res://.godot/imported/mi_column_room.png-c6075bac6debad176c16e4d8000e6474.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_column_room.png"
dest_files=["res://.godot/imported/mi_column_room.png-c6075bac6debad176c16e4d8000e6474.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bhbcjssukxirf"
path="res://.godot/imported/mi_corridor.png-250435ddcc92b47f8b6e7811a198243f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_corridor.png"
dest_files=["res://.godot/imported/mi_corridor.png-250435ddcc92b47f8b6e7811a198243f.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dw8vvn66qqfj2"
path="res://.godot/imported/mi_exit.png-f5edbc528114dfba1142e6820609ea1c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_exit.png"
dest_files=["res://.godot/imported/mi_exit.png-f5edbc528114dfba1142e6820609ea1c.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dddaif318kr8l"
path="res://.godot/imported/mi_gallery.png-08385d5af013734d60ab46d407bb81a5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_gallery.png"
dest_files=["res://.godot/imported/mi_gallery.png-08385d5af013734d60ab46d407bb81a5.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dien6vkw71nya"
path="res://.godot/imported/mi_gesthemi_room.png-79f2289d112ca58d1b69b4d019da866a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_gesthemi_room.png"
dest_files=["res://.godot/imported/mi_gesthemi_room.png-79f2289d112ca58d1b69b4d019da866a.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmmfiflqnvjgq"
path="res://.godot/imported/mi_jumpscare_room.png-0d6f575fde8a18afd0c0f997fe5331bc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_jumpscare_room.png"
dest_files=["res://.godot/imported/mi_jumpscare_room.png-0d6f575fde8a18afd0c0f997fe5331bc.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bihvvvta3qhd"
path.s3tc="res://.godot/imported/mi_largeblock.png-24d2908397fb1805d7e93e76113abd68.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_largeblock.png"
dest_files=["res://.godot/imported/mi_largeblock.png-24d2908397fb1805d7e93e76113abd68.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://deggm1f2vn0et"
path="res://.godot/imported/mi_long_room.png-3fdbeeb57ecfa6670a94e333121a67c0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_long_room.png"
dest_files=["res://.godot/imported/mi_long_room.png-3fdbeeb57ecfa6670a94e333121a67c0.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://psqcaww3ufpx"
path="res://.godot/imported/mi_pit_room.png-0fc283e29ead3848da22d3a2f85fbed8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_pit_room.png"
dest_files=["res://.godot/imported/mi_pit_room.png-0fc283e29ead3848da22d3a2f85fbed8.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dikljy1bgkk5j"
path="res://.godot/imported/mi_puer_room.png-c3e68d52bcaa9b3f442f4393d7daddb1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_puer_room.png"
dest_files=["res://.godot/imported/mi_puer_room.png-c3e68d52bcaa9b3f442f4393d7daddb1.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dmjvktlr3x132"
path="res://.godot/imported/mi_rans_room.png-ddc2bf5f0f3c333bb4832fbc46a6e731.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_rans_room.png"
dest_files=["res://.godot/imported/mi_rans_room.png-ddc2bf5f0f3c333bb4832fbc46a6e731.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b4qtikxmktrii"
path="res://.godot/imported/mi_saint_room.png-c23187f98a03d21969d69daeedf115b9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_saint_room.png"
dest_files=["res://.godot/imported/mi_saint_room.png-c23187f98a03d21969d69daeedf115b9.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bq7885v4qi06v"
path="res://.godot/imported/mi_seshats_room.png-fb7185282890ea85215af12d67cbe22a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_seshats_room.png"
dest_files=["res://.godot/imported/mi_seshats_room.png-fb7185282890ea85215af12d67cbe22a.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://2fohjeg2kxqi"
path="res://.godot/imported/mi_smallblock.png-ba7d7b5f27fdd822653cc7b91df96998.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_smallblock.png"
dest_files=["res://.godot/imported/mi_smallblock.png-ba7d7b5f27fdd822653cc7b91df96998.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cr364g8502mjl"
path="res://.godot/imported/mi_statue_room.png-64b38e79addb9e24912b5ae3c87d5ae7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_statue_room.png"
dest_files=["res://.godot/imported/mi_statue_room.png-64b38e79addb9e24912b5ae3c87d5ae7.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7tjf7h2mtkyv"
path="res://.godot/imported/mi_transfer_room.png-ba6ab9a03d0b9acea7d17941deffd302.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_transfer_room.png"
dest_files=["res://.godot/imported/mi_transfer_room.png-ba6ab9a03d0b9acea7d17941deffd302.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c1jomp8ljn482"
path="res://.godot/imported/mi_water_room.png-b032c9ae7b7dd537115aa3ba834d17f2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/minimap/textures/Room Maps/mi_water_room.png"
dest_files=["res://.godot/imported/mi_water_room.png-b032c9ae7b7dd537115aa3ba834d17f2.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