- [NEW] mbtnp() added

This commit is contained in:
2023-01-27 19:50:49 +01:00
parent 5e4f0559c4
commit c335edee57
4 changed files with 19 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ function normal_update()
quit()
end
if btnp(KEY_F2) then
if btnp(KEY_F2) or mbtnp(1) then
local val = zoom() + 2
if val >= 10 then val = 2 end
zoom(val)