From d99db5b7b663583d5eb26994336e8bb809f00529 Mon Sep 17 00:00:00 2001 From: Ashif Khan Date: Sat, 12 Sep 2026 21:02:32 +0530 Subject: tweaking --- lib/gameState.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gameState.hpp b/lib/gameState.hpp index 5c718f4..edfedde 100644 --- a/lib/gameState.hpp +++ b/lib/gameState.hpp @@ -105,6 +105,12 @@ struct GameState { bool flowerOnHead = false; bool riceCakeEaten = false; bool frogDialogDone = false; - bool usedTalkButton = false; + int TalkButtonUseCount = 0; + int MountainClickCount = 0; + int FlowerClickCount = 0; + int ShrineClickCount = 0; + bool DialogueOnlyInput = false; + bool GameOver = false; + float GameOverTime = -1.0f; std::set explored = {}; }; -- cgit v1.2.3