diff --git a/project.godot b/project.godot index 08b4e14..9ca04f6 100644 --- a/project.godot +++ b/project.godot @@ -8,20 +8,12 @@ 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" 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" [autoload] @@ -42,7 +34,11 @@ version_control_plugin_name="GitAPI" [gdnative] -singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ] +singletons=[ ] + +[global] + +blender=false [gui]