Updated How To (markdown)

Robert Jelic
2022-05-05 19:13:05 +02:00
parent a73c7c7725
commit bb1653444c

@@ -16,7 +16,7 @@ local basalt = dofile("basalt.lua")
--Here you create a level0 frame (a frame without a parents) only frames can be shown without a parent.
--As variable you have to use a unique name - otherwise you wont get a frame object back. :show() immediatly shows the object on the screen
local main = basalt.createFrame("mainFrame"):show()
local main = basalt.createFrame("mainFrame")
main:show()
local button = main:addButton("clickableButton")