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

Fix scaling settings (how do force integer scale???)

This commit is contained in:
John 2021-10-19 22:24:38 -05:00 committed by John
parent 544b5f41ea
commit c5e541fc5a

View File

@ -18,7 +18,10 @@ config/icon="res://icon.png"
window/size/width=640
window/size/height=360
window/dpi/allow_hidpi=true
window/per_pixel_transparency/allowed=true
window/stretch/mode="2d"
window/stretch/aspect="keep"
[input]
@ -62,4 +65,6 @@ common/enable_pause_aware_picking=true
[rendering]
quality/intended_usage/framebuffer_allocation=0
2d/snapping/use_gpu_pixel_snap=true
environment/default_environment="res://default_env.tres"