forked from unfa/liblast
Set the game splashscreen and icon to the game logo.
This commit is contained in:
parent
54f08d66d9
commit
e476dd23fb
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@ config_version=4
|
|||
|
||||
config/name="Liblast"
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
boot_splash/image="res://Assets/UI/Logo.png"
|
||||
boot_splash/fullsize=false
|
||||
boot_splash/use_filter=false
|
||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
config/icon="res://Assets/Effects/Logo.png"
|
||||
|
||||
[filesystem]
|
||||
|
||||
|
|
Loading…
Reference in a new issue