mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Updated Home (markdown)
parent
887db86830
commit
b9a864b83e
1 changed files with 3 additions and 3 deletions
6
Home.md
6
Home.md
|
@ -25,9 +25,9 @@ function love.load()
|
|||
end
|
||||
|
||||
function love.update(dt)
|
||||
nk.frame_begin()
|
||||
nk.frameBegin()
|
||||
-- Add UI code here
|
||||
nk.frame_end()
|
||||
nk.frameEnd()
|
||||
end
|
||||
|
||||
function love.draw()
|
||||
|
@ -77,7 +77,7 @@ function love.wheelmoved(x, y)
|
|||
end
|
||||
```
|
||||
|
||||
Put your UI code between the `nk.frame_begin` and `nk.frame_end` calls. See the bundled [example](https://github.com/keharriso/love-nuklear/tree/master/example) for a brief sample of what the library can do.
|
||||
Put your UI code between the `nk.frameBegin` and `nk.frameEnd` calls. See the bundled [example](https://github.com/keharriso/love-nuklear/tree/master/example) for a brief sample of what the library can do.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue