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"