* Add Saplings

* Add headers to CreateWorldScreen and SavingWorldScreen
This commit is contained in:
iProgramInCpp
2023-08-03 22:41:02 +03:00
parent ee38fe137e
commit 352626224a
10 changed files with 122 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ Inventory::Inventory(Player* pPlayer)
m_items[41] = Tile::clay->m_ID;
m_items[42] = Tile::farmland->m_ID;
m_items[43] = Tile::lapisOre->m_ID;
m_items[44] = Item::door_iron->m_itemID;
m_items[44] = Tile::sapling->m_ID;
#endif
}