We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fab406 commit b164e16Copy full SHA for b164e16
minetest.conf.example
@@ -1014,6 +1014,9 @@
1014
# When gui_scaling_filter is true, all GUI images need to be
1015
# filtered in software, but some images are generated directly
1016
# to hardware (e.g. render-to-texture for nodes in inventory).
1017
+# This will smooth over some of the rough edges, and blend
1018
+# pixels when scaling down, at the cost of blurring some
1019
+# edge pixels when images are scaled by non-integer sizes.
1020
# type: bool
1021
# gui_scaling_filter = false
1022
0 commit comments