1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00
dressupzack/project/project.godot
Anthony Wilcox 7216c18d57 Moved sources to /project directory
- Replaced screenshot from Imgur with a local one
2019-01-01 08:48:36 -05:00

31 lines
730 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 1½"
run/main_scene="res://MainScreen.tscn"
boot_splash/image="res://assets/game splash.png"
config/icon="res://icon.png"
[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]
environment/default_environment="res://default_env.tres"