From 6b328d05c14477a84afec5d6ea5fa0de0c60dd5e Mon Sep 17 00:00:00 2001 From: Ashif Khan Date: Sun, 13 Sep 2026 06:42:24 +0530 Subject: another tweak --- screen/gameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screen') diff --git a/screen/gameplay.cpp b/screen/gameplay.cpp index 430c18d..83549d4 100644 --- a/screen/gameplay.cpp +++ b/screen/gameplay.cpp @@ -42,7 +42,7 @@ void drawGameplay(GameState &gs){ gs.curExp = NEUTRAL; } if (DEBUG) { DrawText(TextFormat("%d, %d", (int)gs.currentMousePos.x, (int)gs.currentMousePos.y), 0, 40, 20, YELLOW);} - ui::DrawText(TextFormat("Explored : %d/12", gs.explored.size()), 5, 5, 17, RED); + ui::DrawText(TextFormat("Explored : %d/13", gs.explored.size()), 5, 5, 17, RED); if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT) and !IsDialogRunning(gs)) { ProcessClick(gs); } -- cgit v1.2.3