mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 14:04:48 -04:00
25 lines
529 B
Text
25 lines
529 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://Window.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
window/size/width=800
|
|
window/size/height=554
|
|
window/size/resizable=false
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|