diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/project.godot b/project.godot index 80d51c1..ffe31ee 100644 --- a/project.godot +++ b/project.godot @@ -24,11 +24,6 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://components/card/card.gd" }, { -"base": "", -"class": "GitAPI", -"language": "NativeScript", -"path": "res://git_api.gdns" -}, { "base": "Node2D", "class": "Level", "language": "GDScript", @@ -48,7 +43,6 @@ _global_script_class_icons={ "ButtonTest": "", "CameraTrackFollower": "", "Card": "", -"GitAPI": "", "Level": "", "PathRenderer": "", "TextReveal": "" @@ -69,13 +63,14 @@ Settings="*res://components/Settings.gd" window/size/width=1280 window/size/height=720 +window/size/fullscreen=true mouse_cursor/custom_image="res://textures/icons/cursor.png" window/stretch/mode="2d" window/stretch/aspect="keep" [gdnative] -singletons=[ "res://git_api.gdnlib" ] +singletons=[ ] [gui] @@ -113,3 +108,4 @@ vram_compression/import_etc=true vram_compression/import_etc2=false environment/default_clear_color=Color( 0.00392157, 0.0862745, 0.160784, 1 ) environment/default_environment="res://default_env.tres" +<<<<<<<Updatedupstreamenvironment/default_clear_color=Color( 0.00392157, 0.0862745, 0.160784, 1 ) |