Shop improvements
This commit is contained in:
7
pages/inventory/inventory.pixy
Normal file
7
pages/inventory/inventory.pixy
Normal file
@ -0,0 +1,7 @@
|
||||
component Inventory(inventory *arn.Inventory)
|
||||
ShopTabs
|
||||
.inventory
|
||||
each slot in inventory.Slots
|
||||
.inventory-slot
|
||||
span= slot.ItemID
|
||||
p Coming soon.
|
Reference in New Issue
Block a user