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:
parent
544b5f41ea
commit
c5e541fc5a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user