From: Ayo Reis Date: Mon, 8 Sep 2025 18:44:13 +0000 (+0100) Subject: Configure project for pixel art X-Git-Url: https://git.ayoreis.com/rushbound.git/commitdiff_plain/b66610a093b561be9f0ee8be2569b4ee17f733e0?ds=sidebyside Configure project for pixel art --- diff --git a/project.godot b/project.godot index c1a0fa1..8bf4009 100644 --- a/project.godot +++ b/project.godot @@ -13,6 +13,13 @@ config_version=5 config/name="Rushbound" config/features=PackedStringArray("4.4", "GL Compatibility") +[display] + +window/size/viewport_width=320 +window/size/viewport_height=180 +window/stretch/mode="viewport" +window/stretch/scale_mode="integer" + [editor_plugins] enabled=PackedStringArray("res://addons/godot_super-wakatime/plugin.cfg") @@ -21,3 +28,4 @@ enabled=PackedStringArray("res://addons/godot_super-wakatime/plugin.cfg") renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +2d/snap/snap_2d_transforms_to_pixel=true