education-apps/on_task_tracker/project.godot

41 lines
773 B
Plaintext
Raw Normal View History

2022-08-27 00:48:11 +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
config_version=4
[application]
config/name="On Task Tracker"
2022-08-27 07:39:02 +00:00
run/main_scene="res://main_screen.tscn"
2022-08-28 04:29:00 +00:00
run/low_processor_mode=true
2022-08-27 00:48:11 +00:00
config/icon="res://icon.png"
2022-10-21 09:42:42 +00:00
[autoload]
GlobalInts="*res://global_ints.gd"
[display]
window/size/width=1280
window/size/height=720
window/stretch/mode="2d"
window/stretch/aspect="keep"
2022-08-27 00:48:11 +00:00
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
2022-10-21 09:42:42 +00:00
2d/snapping/use_gpu_pixel_snap=true
2022-08-27 00:48:11 +00:00
environment/default_environment="res://default_env.tres"