spawner_pixel_placer 
For use when arranging items on a tile with a staggered visual appearance. Initially for use with /obj/effect/spawner/randoms.
Vars | |
| added_items | The items we've added so far. Used to perform one last visual arrangement in z-order once complete. |
|---|---|
| max_pixel_offset | Maximum offset distance from the center of a tile. |
| offsets | For tracking if we're staggering from the top left or bottom right. |
| pixel_offsets | The pixel x/y divider offsets between items. |
Var Details
added_items 
The items we've added so far. Used to perform one last visual arrangement in z-order once complete.
max_pixel_offset 
Maximum offset distance from the center of a tile.
offsets 
For tracking if we're staggering from the top left or bottom right.
pixel_offsets 
The pixel x/y divider offsets between items.