Code: Select all
game.player.gui.top.add{name="foo", type="table", colspan=3}
How do I put stuff in specific columns/rows?
How do I even add rows?
Then a generic question about all elements. Is there an alignment option? Say to align a flow/button/whatever to the center (or to the right side) of parent element rather than the default of always on left side?