1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Change window size to 320x640 for integer scaling on common 16:9 displays

This commit is contained in:
John 2021-10-14 20:21:07 -05:00
parent 9f03d08a8f
commit 74f4bf5797

View File

@ -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