education-apps/screen_starter/project.godot

41 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-11-20 13:02:47 +00:00
; 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
2023-03-30 07:30:04 +00:00
config_version=5
2022-11-20 13:02:47 +00:00
[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"
2023-03-30 07:30:04 +00:00
config/features=PackedStringArray("4.0")
2022-11-20 13:02:47 +00:00
config/icon="res://logo.png"
config/macos_native_icon="res://logo.icns"
[display]
2023-03-30 07:30:04 +00:00
window/size/viewport_width=1280
window/size/viewport_height=720
window/size/window_width_override=2560
window/size/window_height_override=1440
2022-11-20 13:02:47 +00:00
window/stretch/mode="2d"
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
2023-03-30 07:30:04 +00:00
environment/defaults/default_environment="res://default_env.tres"