diff options
author | mikatomik <mikec_2007@hotmail.com> | 2022-09-12 05:35:14 -0400 |
---|---|---|
committer | mikatomik <mikec_2007@hotmail.com> | 2022-09-15 01:40:12 -0400 |
commit | 649d859584125b809768e46f8298fa266e0006d4 (patch) | |
tree | 82173744983fcbff9995406c475b910bf629bead /project.godot | |
parent | 4c7622ee9d07671176b37d16902455236265ff68 (diff) | |
download | game_jam49-649d859584125b809768e46f8298fa266e0006d4.tar.gz game_jam49-649d859584125b809768e46f8298fa266e0006d4.zip |
Import and configure updated ship model and textures
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 |