1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 14:14:48 -04:00
dressupzack/project/project.godot
Anthony Wilcox b85ee22101 Start screen
- Created a start screen with the game title in order to switch between Modern and Classic modes. I moved the credits and license buttons out of the About window and into this screen. The About window itself is gona now since it kinda redundant, anyway.
2019-01-05 09:17:59 -05:00

36 lines
915 B
Text

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=3
[application]
config/name="Zack's Dress Up"
run/main_scene="res://StartScn.tscn"
config/use_custom_user_dir=true
boot_splash/image="res://assets/game_splash.png"
config/icon="res://icon.png"
name_sv="Zacks klä upp"
[display]
window/size/width=800
window/size/height=554
window/size/resizable=false
[locale]
locale_filter=[ 1, [ "en", "sv" ] ]
translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/local.sv.translation" )
[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"