code: add a boot splash screen

This commit is contained in:
Solene Rapenne 2022-05-12 18:48:49 +02:00
parent c1dbc3fef9
commit 61df25cf22
5 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,3 @@
source_md5="3c0dad578d6a48f5d7e487ec28cec531"
dest_md5="51779275c4e885704845d6e6629cbded"

BIN
src/boot-splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/boot-splash.png-080fd5274e4d78bb65b0eb280202a65b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://boot-splash.png"
dest_files=[ "res://.import/boot-splash.png-080fd5274e4d78bb65b0eb280202a65b.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=true
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

View File

@ -13,7 +13,7 @@ config_version=4
config/name="AppManager"
run/main_scene="res://Node2D.tscn"
run/low_processor_mode=true
boot_splash/image="res://none"
boot_splash/image="res://boot-splash.png"
[physics]