From 74f4bf5797221119a93a97fba0947aa800a3b34c Mon Sep 17 00:00:00 2001 From: John Breaux Date: Thu, 14 Oct 2021 20:21:07 -0500 Subject: [PATCH] Change window size to 320x640 for integer scaling on common 16:9 displays --- godot_ship/project.godot | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/godot_ship/project.godot b/godot_ship/project.godot index 1c2be78..7d18d1d 100644 --- a/godot_ship/project.godot +++ b/godot_ship/project.godot @@ -13,6 +13,12 @@ config_version=4 config/name="godot_ship" config/icon="res://icon.png" +[display] + +window/size/width=360 +window/size/height=640 +window/per_pixel_transparency/allowed=true + [physics] common/enable_pause_aware_picking=true