1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-12-18 04:44:43 -05:00

There should now be a bootsplash again

This commit is contained in:
Anthony Wilcox 2019-01-03 10:27:31 -05:00
parent 5fee8f788a
commit 5993cb3123
3 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,7 @@ config_version=3
config/name="Zack's Dress Up"
run/main_scene="res://GameScreen.tscn"
config/use_custom_user_dir=true
boot_splash/image="res://assets/game splash.png"
boot_splash/image="res://assets/game_splash.png"
config/icon="res://icon.png"
name_sv="Zacks klä upp"
@ -36,5 +36,6 @@ translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/loc
[rendering]
quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0
quality/2d/use_pixel_snap=true
environment/default_environment="res://default_env.tres"