diff options
author | Malfurious <m@lfurio.us> | 2022-07-16 09:59:37 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-07-16 09:59:37 -0400 |
commit | 542d3b4f99741b18ba7217199590edaed3ed9957 (patch) | |
tree | d0f45cf73b8a85018af859887febed5af732d53a /project.godot | |
parent | e404d13b00f498193abd74293e33b31e6486c745 (diff) | |
download | project-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.godot | 7 |
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 |