Add project.godot To .gitignore
parent
acf4fd005b
commit
bfcf61c51b
|
@ -7,6 +7,7 @@
|
|||
addons/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
project.godot
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
|
|
@ -8,6 +8,16 @@
|
|||
|
||||
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]
|
||||
|
||||
config/name="LD54"
|
||||
|
@ -19,15 +29,11 @@ config/icon="res://icon.png"
|
|||
[autoload]
|
||||
|
||||
Global="*res://src/global.gd"
|
||||
Window="*res://src/window.gd"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/width=320
|
||||
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/aspect="keep"
|
||||
|
||||
|
@ -38,7 +44,7 @@ version_control_plugin_name="GitAPI"
|
|||
|
||||
[gdnative]
|
||||
|
||||
singletons=[ ]
|
||||
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
|
||||
|
||||
[global]
|
||||
|
||||
|
|
Loading…
Reference in New Issue