This commit is contained in:
Robert Jelic
2022-07-17 19:20:06 +02:00

View File

@@ -85,7 +85,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aButton = mainFrame:addButton("myButton"):setPosition(2,2):show()
while true do
basalt.update(os.pullEventRaw())
basalt.update(os.pullEventRaw())
end
```
@@ -143,4 +143,3 @@ Also basalt.debugFrame and basalt.debugList are available.
```lua
basalt.debug("Hello! ", "^-^")
```