time-sampling-form/godot/project.godot

52 lines
1.3 KiB
Plaintext
Raw Normal View History

; 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-03 12:14:13 +00:00
config_version=5
[application]
config/name="Time Sampling Form"
run/main_scene="res://main_screen.tscn"
2023-03-03 12:14:13 +00:00
config/features=PackedStringArray("4.0")
run/low_processor_mode=true
2023-03-03 12:14:13 +00:00
boot_splash/bg_color=Color(0.952941, 0.933333, 0.847059, 1)
boot_splash/image="res://Assets/icons/main_icon.png"
config/icon="res://Assets/icons/main_icon.png"
config/macos_native_icon="res://Assets/icons/main_icon.icns"
config/windows_native_icon="res://Assets/icons/icon.ico"
[autoload]
GlobalInts="*res://global_ints.gd"
HTML5File="*res://addons/HTML5FileExchange/HTML5FileExchange.gd"
[display]
2023-03-03 12:14:13 +00:00
window/size/viewport_width=1280
window/size/viewport_height=720
window/stretch/mode="2d"
[editor_plugins]
2023-03-03 12:14:13 +00:00
enabled=PackedStringArray("res://addons/HTML5FileExchange/plugin.cfg")
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
2023-03-03 12:14:13 +00:00
environment/defaults/default_environment="res://default_env.tres"
quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0
2d/snapping/use_gpu_pixel_snap=true