From a2f1fe6730b06afef0f38135326ce0c085d4f01d Mon Sep 17 00:00:00 2001 From: ValliantStorme Date: Tue, 19 Oct 2021 22:24:38 -0500 Subject: [PATCH] Fix scaling settings (how do force integer scale???) --- godot_ship/project.godot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/godot_ship/project.godot b/godot_ship/project.godot index 2613626..aa0c1d4 100644 --- a/godot_ship/project.godot +++ b/godot_ship/project.godot @@ -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"