education-apps/kellett_screen_starter/project.godot

41 lines
1.0 KiB
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=5
[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/features=PackedStringArray("4.0")
config/icon="res://logo.png"
config/macos_native_icon="res://logo.icns"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
window/size/window_width_override=2560
window/size/window_height_override=1440
window/stretch/mode="2d"
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/defaults/default_environment="res://default_env.tres"