2023-09-30 15:24:08 +03: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
|
|
|
|
|
2023-09-30 15:33:48 +03:00
|
|
|
_global_script_classes=[ {
|
2023-09-30 18:16:06 +03:00
|
|
|
"base": "EditorVCSInterface",
|
2023-09-30 15:33:48 +03:00
|
|
|
"class": "GitAPI",
|
|
|
|
"language": "NativeScript",
|
|
|
|
"path": "res://addons/godot-git-plugin/git_api.gdns"
|
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"GitAPI": ""
|
|
|
|
}
|
|
|
|
|
2023-09-30 15:24:08 +03:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="LD54"
|
2023-09-30 18:16:06 +03:00
|
|
|
run/main_scene="res://src/scenes/menu/Menu.tscn"
|
2023-09-30 15:24:08 +03:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2023-09-30 18:16:06 +03:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://src/global.gd"
|
|
|
|
|
2023-09-30 15:33:48 +03:00
|
|
|
[display]
|
|
|
|
|
2023-09-30 18:16:06 +03:00
|
|
|
window/size/width=320
|
|
|
|
window/size/height=180
|
|
|
|
window/stretch/mode="viewport"
|
|
|
|
window/stretch/aspect="keep"
|
2023-09-30 15:33:48 +03:00
|
|
|
|
|
|
|
[editor]
|
|
|
|
|
|
|
|
version_control_autoload_on_startup=true
|
|
|
|
version_control_plugin_name="GitAPI"
|
|
|
|
|
|
|
|
[gdnative]
|
|
|
|
|
|
|
|
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
|
|
|
|
|
2023-09-30 15:24:08 +03:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
common/drop_mouse_on_gui_input_disabled=true
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
|
|
environment/default_environment="res://default_env.tres"
|