mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-11 00:27:48 -04:00
Updated Home (markdown)
parent
a9067246ca
commit
0f35cf548a
1 changed files with 1 additions and 1 deletions
2
Home.md
2
Home.md
|
@ -23,7 +23,7 @@ local ui
|
||||||
|
|
||||||
function love.load()
|
function love.load()
|
||||||
love.keyboard.setKeyRepeat(true)
|
love.keyboard.setKeyRepeat(true)
|
||||||
ui = nuklear.init()
|
ui = nuklear.newUI()
|
||||||
end
|
end
|
||||||
|
|
||||||
function love.update(dt)
|
function love.update(dt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue