From: Ayo Reis Date: Tue, 9 Sep 2025 11:59:54 +0000 (+0100) Subject: Change default texture filter to nearest X-Git-Url: https://git.ayoreis.com/rushbound.git/commitdiff_plain/7449cc0d72aa6d0705964c3898419cca9ef6238b?hp=b66610a093b561be9f0ee8be2569b4ee17f733e0 Change default texture filter to nearest --- diff --git a/project.godot b/project.godot index 8bf4009..2273afd 100644 --- a/project.godot +++ b/project.godot @@ -26,6 +26,7 @@ enabled=PackedStringArray("res://addons/godot_super-wakatime/plugin.cfg") [rendering] +textures/canvas_textures/default_texture_filter=0 renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" 2d/snap/snap_2d_transforms_to_pixel=true