diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 02:34:38 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 02:34:38 -0400 |
commit | 5cb75d2c75f27cae565cc77db798ed832b9aaa1f (patch) | |
tree | 2dcd2c678eadc0360d9c9681ca63240e576278ae /project.godot | |
parent | 134440ace62915ebab3b2e1252ab33ccff467c40 (diff) | |
parent | ecf88f1b1a8448bf4a0d5950dc7a9f4db4de7162 (diff) | |
download | godot_wildjam_49-5cb75d2c75f27cae565cc77db798ed832b9aaa1f.tar.gz godot_wildjam_49-5cb75d2c75f27cae565cc77db798ed832b9aaa1f.zip |
Merge tag 'pull-ship-development-iter1' of ssh://normalmode.org/mika/game_jam49 into mika-pr
Iteration one of ship development
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index fea7a33..53d675f 100644 --- a/project.godot +++ b/project.godot @@ -28,6 +28,12 @@ config/icon="res://icon.png" Settings="*res://singletons/settings.gd" +[display] + +window/size/width=1920 +window/size/height=1080 +window/size/fullscreen=true + [gui] common/drop_mouse_on_gui_input_disabled=true |