41 lines
1014 B
Plaintext
41 lines
1014 B
Plaintext
|
; 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=4
|
||
|
|
||
|
[application]
|
||
|
|
||
|
config/name="Kellett Screen Starter"
|
||
|
config/description="This Screen Starter can be used on any computer before you are about to run a presentation and you're waiting for people to come into the room.
|
||
|
|
||
|
The screen effects are designed to be soothing yet provide some visual interest."
|
||
|
run/main_scene="res://main_scene.tscn"
|
||
|
config/icon="res://logo.png"
|
||
|
config/macos_native_icon="res://logo.icns"
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/width=1280
|
||
|
window/size/height=720
|
||
|
window/size/test_width=2560
|
||
|
window/size/test_height=1440
|
||
|
window/stretch/mode="2d"
|
||
|
window/stretch/aspect="keep"
|
||
|
|
||
|
[gui]
|
||
|
|
||
|
common/drop_mouse_on_gui_input_disabled=true
|
||
|
|
||
|
[physics]
|
||
|
|
||
|
common/enable_pause_aware_picking=true
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
environment/default_environment="res://default_env.tres"
|