完善帮助

This commit is contained in:
2026-04-26 14:28:22 +08:00
parent 96ab175877
commit 68967f66c6
4 changed files with 245 additions and 74 deletions
+8
View File
@@ -31,6 +31,13 @@ struct MenuState
int optionCount;
};
struct HelpState
{
int selectedIndex;
int optionCount;
int currentPage;
};
struct PlayerStats
{
int score;
@@ -207,6 +214,7 @@ extern int workRegion[20][10];
extern Point point;
extern Point target;
extern MenuState menuState;
extern HelpState helpState;
extern PlayerStats classicStats;
extern PlayerStats rogueStats;
extern UpgradeUiState upgradeUiState;