37 lines
923 B
Plaintext
37 lines
923 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=5
|
||
|
|
||
|
[application]
|
||
|
|
||
|
config/name="JackIt"
|
||
|
run/main_scene="res://main.tscn"
|
||
|
config/features=PackedStringArray("4.3")
|
||
|
config/icon="res://icon.svg"
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/viewport_width=1280
|
||
|
window/size/viewport_height=1280
|
||
|
window/size/initial_position_type=2
|
||
|
window/handheld/orientation=1
|
||
|
|
||
|
[editor]
|
||
|
|
||
|
run/main_run_args="host"
|
||
|
|
||
|
[editor_plugins]
|
||
|
|
||
|
enabled=PackedStringArray("res://addons/GodotWebHTTPHack/plugin.cfg", "res://addons/cables/plugin.cfg", "res://addons/godottpd/plugin.cfg", "res://addons/imjp94.yafsm/plugin.cfg", "res://addons/qr_code/plugin.cfg")
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
renderer/rendering_method="gl_compatibility"
|
||
|
renderer/rendering_method.mobile="gl_compatibility"
|