You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a hotbarSize and an inventorySize. inventorySize, however, is the combination of hotbar and backpack. It would be easier when we use a hotbarSize and backpackSize, and calculate the current inventorySize on the fly.
This way, we could easier track just how much upgrades for hotbar or backpack where used to trigger the achievement. Without the need of calculations of the actual sizes.
This would be a good refactor for the preparation of #215.
The text was updated successfully, but these errors were encountered:
PythooonUser
changed the title
Use BackpackSize Instead of InventorySize
[REFACTOR] Use BackpackSize Instead of InventorySize
Jun 19, 2022
Right now we have a
hotbarSize
and aninventorySize
.inventorySize
, however, is the combination of hotbar and backpack. It would be easier when we use ahotbarSize
andbackpackSize
, and calculate the currentinventorySize
on the fly.This way, we could easier track just how much upgrades for hotbar or backpack where used to trigger the achievement. Without the need of calculations of the actual sizes.
This would be a good refactor for the preparation of #215.
The text was updated successfully, but these errors were encountered: