Change from snake_case to camelCase for consistency with LOVE

This commit is contained in:
Kevin Harrison 2016-12-03 13:58:58 -05:00
parent c676186163
commit 6f9a955946
7 changed files with 540 additions and 558 deletions

View file

@ -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()