darozak / Advolition

1 stars 0 forks source link

Describe Item class in tutorial #76

Closed darozak closed 2 months ago

darozak commented 2 months ago

I'll need to add a section to the tutorial that describes the structure of the Item class.

darozak commented 2 months ago

Drafted Item class section (https://github.com/darozak/Advolition/commit/52eb3870be0bcae781b0ac95f45cf5547385ee1c). Need to see if isActive is currently being used for something. If not I can remove it.

darozak commented 2 months ago

Added a separate issue to clarify the difference if any between isActive and isEquipped (https://github.com/darozak/Advolition/issues/77).

darozak commented 2 months ago

After resolving differences between isActive and isEquipped finished describing the Item class in the tutorial (https://github.com/darozak/Advolition/commit/d016f1222712a7f6cac5a4c892978f3d92b3133d).