Compare commits

...

5 Commits

23 changed files with 295 additions and 53 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
# Godot 4+ specific ignores
.godot/
.import/
export.cfg
export_presets.cfg
Exports/*
Exports/Game_linux.pck

View File

@ -12,4 +12,6 @@ background_mode = 2
background_energy_multiplier = 0.25
sky = SubResource("Sky_le0bg")
ambient_light_source = 3
ambient_light_sky_contribution = 0.29
ambient_light_energy = 0.25
fog_light_color = Color(0.193826, 0.181174, 0.240142, 1)

File diff suppressed because one or more lines are too long

View File

@ -3,25 +3,27 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dq0t002e183gc"
path="res://.godot/imported/blood-splatter-png-44474.png-e7ea3a110f1ed8c5a28ab8ad47b93674.ctex"
path.s3tc="res://.godot/imported/blood-splatter-png-44474.png-e7ea3a110f1ed8c5a28ab8ad47b93674.s3tc.ctex"
path.etc2="res://.godot/imported/blood-splatter-png-44474.png-e7ea3a110f1ed8c5a28ab8ad47b93674.etc2.ctex"
metadata={
"vram_texture": false
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
[deps]
source_file="res://Assets/textures/blood/blood-splatter-png-44474.png"
dest_files=["res://.godot/imported/blood-splatter-png-44474.png-e7ea3a110f1ed8c5a28ab8ad47b93674.ctex"]
dest_files=["res://.godot/imported/blood-splatter-png-44474.png-e7ea3a110f1ed8c5a28ab8ad47b93674.s3tc.ctex", "res://.godot/imported/blood-splatter-png-44474.png-e7ea3a110f1ed8c5a28ab8ad47b93674.etc2.ctex"]
[params]
compress/mode=0
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=false
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@ -31,4 +33,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dilya1yxgo0wj"
path="res://.godot/imported/Attic_Floor_Layout_Blank.png-aae714b4f6b0ebda8c6123d6419221ea.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Blender Files/Renders/Attic_Floor_Layout_Blank.png"
dest_files=["res://.godot/imported/Attic_Floor_Layout_Blank.png-aae714b4f6b0ebda8c6123d6419221ea.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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://btd630uvxmiyj"
path="res://.godot/imported/First_Floor_Layout_Blank.png-4b9a156bd84c48fda36545beefa1ad7e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Blender Files/Renders/First_Floor_Layout_Blank.png"
dest_files=["res://.godot/imported/First_Floor_Layout_Blank.png-4b9a156bd84c48fda36545beefa1ad7e.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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://gkqn8twmwfpm"
path="res://.godot/imported/Second_Floor_Layout_Blank.png-5c8eb3f64c6806154769914ca26522ec.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Blender Files/Renders/Second_Floor_Layout_Blank.png"
dest_files=["res://.godot/imported/Second_Floor_Layout_Blank.png-5c8eb3f64c6806154769914ca26522ec.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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
Krita/Map/Map_Print_Out.kra Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cxsf3pew3j72a"
path="res://.godot/imported/Map_Print_Out_Attic.png-32f9a1299940460755d36f5bc96c8fa7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Krita/Map/Map_Print_Out_Attic.png"
dest_files=["res://.godot/imported/Map_Print_Out_Attic.png-32f9a1299940460755d36f5bc96c8fa7.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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cpvmyjjo714cc"
path="res://.godot/imported/Map_Print_Out_First_Floor.png-67152bbf723ff8e6722170849fe91fe5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Krita/Map/Map_Print_Out_First_Floor.png"
dest_files=["res://.godot/imported/Map_Print_Out_First_Floor.png-67152bbf723ff8e6722170849fe91fe5.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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dl7f3pv7p7ir1"
path="res://.godot/imported/Map_Print_Out_Second_Floor.png-c87f61a5a8b2d296e9c1a7c698e0b30a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Krita/Map/Map_Print_Out_Second_Floor.png"
dest_files=["res://.godot/imported/Map_Print_Out_Second_Floor.png-c87f61a5a8b2d296e9c1a7c698e0b30a.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=1