level select improvements: shard count, locations for missing bosses and beta levels

This commit is contained in:
Haze Weathers 2024-02-27 18:53:14 -05:00
parent e2a45fafda
commit 262690f237
11 changed files with 194 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/wave_particle.png-0766fcb01570705c5441be7b8bb455f9.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/level_select/wave_particle.png"
dest_files=[ "res://.import/wave_particle.png-0766fcb01570705c5441be7b8bb455f9.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/waves_mask.png-0b5b86f235e2682fba9f9ac40ac7f640.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/level_select/waves_mask.png"
dest_files=[ "res://.import/waves_mask.png-0b5b86f235e2682fba9f9ac40ac7f640.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/whirlpool.png-93394bcc546b149f80fec79f58a2fa75.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/level_select/whirlpool.png"
dest_files=[ "res://.import/whirlpool.png-93394bcc546b149f80fec79f58a2fa75.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Before After
Before After

Binary file not shown.