feat: display wrong timer
All checks were successful
Linux arm64 / Build (push) Successful in 28s

This commit is contained in:
2025-02-01 00:19:00 +01:00
parent a5c046f891
commit 6d96455ac4
3 changed files with 33 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ public class LeaderboardRenderer {
}
public void render() {
ImGui.text("Placeholder for timer");
var displaySize = ImGui.getIO().getDisplaySize();
ImGui.setCursorPosX(displaySize.x / 2.0f - cellSize.x / 2.0f);
ImGui.beginChild("Leaderboard", new ImVec2(cellSize.x + 15.0f, cellHeight * maxPlayersShowed));