Drag UI
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user