FallLayoutExampleCode: Difference between revisions
From Crumbled World Wiki
(Created page with "==Example== <syntaxhighlight lang="lua"> local panel = form:add(Panel(PanelSize(Vec2(-1)))) --Set a FallLayout to the panel. panel:setLayout(FallLayout()) </syntaxhighlight>") |
(No difference)
|
Latest revision as of 07:58, 6 July 2025
Example
local panel = form:add(Panel(PanelSize(Vec2(-1))))
--Set a FallLayout to the panel.
panel:setLayout(FallLayout())