diff options
author | rom <romangraef@gmail.com> | 2021-04-25 23:57:44 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 23:57:44 +0200 |
commit | 852646e07ce8d417e5ae02e5a5c2361b4764547b (patch) | |
tree | 7bfbf8951d2f7456cbc90f6000f1d5b6aad81024 /project.godot | |
parent | 02019c028d46fd3ce98d022f72862f735ca9229c (diff) | |
download | ldjam48-852646e07ce8d417e5ae02e5a5c2361b4764547b.tar.gz ldjam48-852646e07ce8d417e5ae02e5a5c2361b4764547b.tar.bz2 ldjam48-852646e07ce8d417e5ae02e5a5c2361b4764547b.zip |
finish game cond
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 80d51c1..7763712 100644 --- a/project.godot +++ b/project.godot @@ -69,6 +69,7 @@ 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" @@ -113,3 +114,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 ) |