Add hotkey in top-left corner of shop item. Fix #624 (#630)

This commit is contained in:
2025-02-18 19:40:36 -06:00
committed by GitHub
parent ec06ca4be3
commit dbf5822590
3 changed files with 13 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ enum eShopArea {
SHOPRECT_ITEM_COST = 4,
SHOPRECT_ITEM_EXTRA = 5,
SHOPRECT_ITEM_HELP = 6,
SHOPRECT_KEY = 7,
MAX_eShopArea // keep last
};