Merge branch 'main' of http://meowo.cc:3000/meowo/ld54
commit
82a98acc6f
|
@ -7,6 +7,7 @@
|
||||||
addons/
|
addons/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
project.godot
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
# Imported translations (automatically generated from CSV files)
|
||||||
*.translation
|
*.translation
|
||||||
|
|
|
@ -8,6 +8,16 @@
|
||||||
|
|
||||||
config_version=4
|
config_version=4
|
||||||
|
|
||||||
|
_global_script_classes=[ {
|
||||||
|
"base": "EditorVCSInterface",
|
||||||
|
"class": "GitAPI",
|
||||||
|
"language": "NativeScript",
|
||||||
|
"path": "res://addons/godot-git-plugin/git_api.gdns"
|
||||||
|
} ]
|
||||||
|
_global_script_class_icons={
|
||||||
|
"GitAPI": ""
|
||||||
|
}
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="LD54"
|
config/name="LD54"
|
||||||
|
@ -19,15 +29,11 @@ config/icon="res://icon.png"
|
||||||
[autoload]
|
[autoload]
|
||||||
|
|
||||||
Global="*res://src/global.gd"
|
Global="*res://src/global.gd"
|
||||||
Window="*res://src/window.gd"
|
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/size/width=320
|
window/size/width=320
|
||||||
window/size/height=180
|
window/size/height=180
|
||||||
window/size/test_width=1280
|
|
||||||
window/size/test_height=720
|
|
||||||
window/handheld/orientation="sensor_landscape"
|
|
||||||
window/stretch/mode="viewport"
|
window/stretch/mode="viewport"
|
||||||
window/stretch/aspect="keep"
|
window/stretch/aspect="keep"
|
||||||
|
|
||||||
|
@ -38,7 +44,7 @@ version_control_plugin_name="GitAPI"
|
||||||
|
|
||||||
[gdnative]
|
[gdnative]
|
||||||
|
|
||||||
singletons=[ ]
|
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue