Added Quests and Real Settings (yay)

This commit is contained in:
2026-07-11 09:53:19 +02:00
parent 596612880b
commit d3fc829dee
12 changed files with 666 additions and 150 deletions
@@ -55,7 +55,7 @@ public class Module_FPS {
if (toggle && !shown) {
fpsContainer.surface(GLASS_PANEL);
fpsContainer.padding(Insets.of(6));
fpsContainer.padding(Insets.of(Config.get().fpsP));
fpsContainer.child(fpsLabel);
shown = true;
} else if (!toggle && shown) {