Fixes for some Lua bugs
This commit is contained in:
parent
d5f5f0a930
commit
4960e6b6d7
20 changed files with 413 additions and 103 deletions
|
@ -87,7 +87,7 @@ while not WindowShouldClose() do -- Detect window close button or ESC
|
|||
btnNextInColor = PURPLE
|
||||
end
|
||||
|
||||
if (IsMouseButtonDown(MOUSE_LEFT_BUTTON)) then
|
||||
if (IsMouseButtonDown(MOUSE.LEFT_BUTTON)) then
|
||||
framesCounter = 20 -- Frames button is 'active'
|
||||
btnNextOutColor = MAROON
|
||||
btnNextInColor = RED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue