FallLayoutExampleCode

From Crumbled World Wiki

Example

local panel = form:add(Panel(PanelSize(Vec2(-1))))
--Set a FallLayout to the panel.
panel:setLayout(FallLayout())