if you create a large equipment grid for an armor, you can end up with this kind of things, with no possibility to access last places of the grid :
A scrollbar (like for the inventory) could be nice.
Code: Select all
data:extend(
{
{
type = "equipment-grid",
name = "huge-equipment-grid",
width = 10,
height = 20,
equipment_categories = {"armor"}
}
}
)