* Work on survival mode.

This commit is contained in:
iProgramInCpp
2023-08-13 23:01:40 +03:00
parent e9f4ae6533
commit 1e7bedaa72
5 changed files with 25 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ void Inventory::prepareSurvivalInventory()
addTestItem(Item::wheat->m_itemID, 64);
addTestItem(Item::sugar->m_itemID, 64);
addTestItem(Item::camera->m_itemID, 64);
addTestItem(Tile::ladder->m_ID, 64);
for (int i = 0; i < C_MAX_HOTBAR_ITEMS; i++)
m_hotbar[i] = i;