add splashscreen

This commit is contained in:
Arnaud Vergnet 2021-04-30 11:09:46 +02:00
parent 619e753865
commit a75788b4d6
4 changed files with 36 additions and 0 deletions

View file

@ -52,6 +52,8 @@ _global_script_class_icons={
config/name="Pir-serious-game-ethics"
run/main_scene="res://scenes/MainMenu.tscn"
run/disable_stdout=true
boot_splash/image="res://splashscreen/splashscreen.png"
config/icon="res://icon.png"
[autoload]

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/splashscreen.png-56d9438900b0099eecf0004a29297279.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://splashscreen/splashscreen.png"
dest_files=[ "res://.import/splashscreen.png-56d9438900b0099eecf0004a29297279.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.