add splashscreen
This commit is contained in:
parent
619e753865
commit
a75788b4d6
4 changed files with 36 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ _global_script_class_icons={
|
||||||
|
|
||||||
config/name="Pir-serious-game-ethics"
|
config/name="Pir-serious-game-ethics"
|
||||||
run/main_scene="res://scenes/MainMenu.tscn"
|
run/main_scene="res://scenes/MainMenu.tscn"
|
||||||
|
run/disable_stdout=true
|
||||||
|
boot_splash/image="res://splashscreen/splashscreen.png"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
||||||
|
|
|
||||||
BIN
splashscreen/splashscreen.png
Normal file
BIN
splashscreen/splashscreen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
34
splashscreen/splashscreen.png.import
Normal file
34
splashscreen/splashscreen.png.import
Normal 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
|
||||||
BIN
splashscreen/splashscreen.xcf
Normal file
BIN
splashscreen/splashscreen.xcf
Normal file
Binary file not shown.
Loading…
Reference in a new issue