mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Update README.md to use nuklear.newUI
This commit is contained in:
parent
d73fde8fb1
commit
dfeed19486
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ local nuklear = require 'nuklear'
|
|||
local ui
|
||||
|
||||
function love.load()
|
||||
ui = nuklear.init()
|
||||
ui = nuklear.newUI()
|
||||
end
|
||||
|
||||
local combo = {value = 1, items = {'A', 'B', 'C'}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue