feat: add anisotropic filtering control

This commit is contained in:
2026-04-26 17:29:58 +08:00
parent e34a20599d
commit 59ab47d317
5 changed files with 103 additions and 36 deletions

View File

@@ -45,7 +45,11 @@ void Config::create_config() {
rendering_distance = 24
[devpanel]
theme = 0 # 0 is Dark Theme, 1 is Light Theme
theme = 0 # 0 is Dark Theme, 1 is Light Theme
[texture]
aniso = 1 # i is the minimun value, indicating off
)"sv;
try {