Disable logo on startup logo
parent
a993cf6386
commit
06d789f9b2
|
@ -8,20 +8,12 @@
|
||||||
|
|
||||||
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"
|
||||||
run/main_scene="res://src/scenes/menu/Menu.tscn"
|
run/main_scene="res://src/scenes/menu/Menu.tscn"
|
||||||
|
boot_splash/show_image=false
|
||||||
|
boot_splash/bg_color=Color( 0, 0, 0, 1 )
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
||||||
|
@ -42,7 +34,11 @@ version_control_plugin_name="GitAPI"
|
||||||
|
|
||||||
[gdnative]
|
[gdnative]
|
||||||
|
|
||||||
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
|
singletons=[ ]
|
||||||
|
|
||||||
|
[global]
|
||||||
|
|
||||||
|
blender=false
|
||||||
|
|
||||||
[gui]
|
[gui]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue