summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-07-16 09:59:37 -0400
committerMalfurious <m@lfurio.us>2022-07-16 09:59:37 -0400
commit542d3b4f99741b18ba7217199590edaed3ed9957 (patch)
treed0f45cf73b8a85018af859887febed5af732d53a /project.godot
parente404d13b00f498193abd74293e33b31e6486c745 (diff)
downloadproject-s-542d3b4f99741b18ba7217199590edaed3ed9957.tar.gz
project-s-542d3b4f99741b18ba7217199590edaed3ed9957.zip
Set game description and base resolution
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r--project.godot7
1 files changed, 7 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index ea0c5fc..e2e5993 100644
--- a/project.godot
+++ b/project.godot
@@ -11,8 +11,15 @@ config_version=4
[application]
config/name="project-s"
+config/description="PC-First Splatoon gameplay, Public Domain"
config/icon="res://icon.png"
+[display]
+
+window/size/width=1920
+window/size/height=1080
+window/size/resizable=false
+
[physics]
common/enable_pause_aware_picking=true