mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-09 12:12:58 +00:00
44 lines
958 B
Plaintext
44 lines
958 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="Time Sampling Form"
|
|
run/main_scene="res://main_screen.tscn"
|
|
run/low_processor_mode=true
|
|
config/icon="res://Assets/icons/main_icon.png"
|
|
config/macos_native_icon="res://Assets/icons/main_icon.icns"
|
|
|
|
[autoload]
|
|
|
|
GlobalInts="*res://global_ints.gd"
|
|
|
|
[display]
|
|
|
|
window/size/width=1280
|
|
window/size/height=720
|
|
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]
|
|
|
|
quality/intended_usage/framebuffer_allocation=0
|
|
quality/intended_usage/framebuffer_allocation.mobile=0
|
|
2d/snapping/use_gpu_pixel_snap=true
|
|
environment/default_environment="res://default_env.tres"
|