issues
search
tschenkelz
/
rpg-dragon-fighter
0
stars
0
forks
source link
Rework Inventory
#9
Open
tschenkelz
opened
3 weeks ago
tschenkelz
commented
3 weeks ago
Inventory shall have
dict weapons containing
flag represent currently selected weapon
ref index pointing to index of weapon in weapons list
a function that takes as input the weapon that shall be selected
current weapon in UI is automatically adjusted
a getter function returning currently selected weapon
it shall control the weaponNameText and weaponPowerText spans
Follow up:
A possibility to view whats in the inventory.
A possiblity to select which weapon to use for fighting
Always possible, except within fight
Inventory shall have
Follow up: