Make maximum pixel size 4

This commit is contained in:
2021-11-29 23:45:41 +01:00
parent 1647c33d11
commit 49e98f392e

View File

@ -140,7 +140,7 @@ function updategame()
game.pixelsize-=1
initgame()
end
if(btnp(➡️)) and game.pixelsize<8 then
if(btnp(➡️)) and game.pixelsize<4 then
game.pixelsize+=1
initgame()
end