mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Change from snake_case to camelCase for consistency with LOVE
This commit is contained in:
parent
c676186163
commit
6f9a955946
7 changed files with 540 additions and 558 deletions
|
@ -12,12 +12,12 @@ function love.load()
|
|||
end
|
||||
|
||||
function love.update(dt)
|
||||
nk.frame_begin()
|
||||
nk.frameBegin()
|
||||
calculator()
|
||||
style()
|
||||
overview()
|
||||
skin()
|
||||
nk.frame_end()
|
||||
nk.frameEnd()
|
||||
end
|
||||
|
||||
function love.draw()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue