This commit is contained in:
Patrick
2026-07-11 19:06:59 +02:00
parent a2d8780238
commit dd863980f2
8 changed files with 288 additions and 3 deletions
@@ -52,6 +52,10 @@ public class Module_FPS {
fpsContainer.padding(Insets.of(padding));
}
public static FlowLayout getFpsContainer() {
return fpsContainer;
}
public static void register() {
Hud.add(Identifier.fromNamespaceAndPath("citrus-dev", "fps_display"), () -> {
if (fpsContainer == null) {