mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
Fix scaling settings (how do force integer scale???)
This commit is contained in:
parent
b12bf4a98e
commit
a2f1fe6730
@ -18,7 +18,10 @@ config/icon="res://icon.png"
|
|||||||
|
|
||||||
window/size/width=640
|
window/size/width=640
|
||||||
window/size/height=360
|
window/size/height=360
|
||||||
|
window/dpi/allow_hidpi=true
|
||||||
window/per_pixel_transparency/allowed=true
|
window/per_pixel_transparency/allowed=true
|
||||||
|
window/stretch/mode="2d"
|
||||||
|
window/stretch/aspect="keep"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
@ -62,4 +65,6 @@ common/enable_pause_aware_picking=true
|
|||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
|
quality/intended_usage/framebuffer_allocation=0
|
||||||
|
2d/snapping/use_gpu_pixel_snap=true
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
|
Loading…
Reference in New Issue
Block a user