Merge branch 'master' of https://github.com/Pyroxenium/Basalt
This commit is contained in:
@@ -85,7 +85,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
|||||||
local aButton = mainFrame:addButton("myButton"):setPosition(2,2):show()
|
local aButton = mainFrame:addButton("myButton"):setPosition(2,2):show()
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
basalt.update(os.pullEventRaw())
|
basalt.update(os.pullEventRaw())
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -143,4 +143,3 @@ Also basalt.debugFrame and basalt.debugList are available.
|
|||||||
```lua
|
```lua
|
||||||
basalt.debug("Hello! ", "^-^")
|
basalt.debug("Hello! ", "^-^")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user