Goonstation 13 - Modules - TypesDefine Details

code/datums/hud/storage.dm

MAX_GROUP_SIZEMaximum slots of an inventory group before it begins to wrap around. This is -1 for the first row, as the exit button takes a slot.
ABS_SCREEN_CENTER_XThe center of the screen on the x-axis for everyone. Absolutely messes up with other screen sizes than standard though
PIXEL_Y_ADJUSTAmount of pixels to move the UI up on TG layouts. Prevents it from overlapping with the rest of the inventory UI

Define Details

ABS_SCREEN_CENTER_X

The center of the screen on the x-axis for everyone. Absolutely messes up with other screen sizes than standard though

MAX_GROUP_SIZE

Maximum slots of an inventory group before it begins to wrap around. This is -1 for the first row, as the exit button takes a slot.

PIXEL_Y_ADJUST

Amount of pixels to move the UI up on TG layouts. Prevents it from overlapping with the rest of the inventory UI