The new (5.3) floor division "//" seems to be not recognised... `local horOffset = i // 4` it says: expression expected near '/' luaparse https://www.lua.org/manual/5.3/manual.html#3.1 https://www.lua.org/manual/5.3/manual.html#3.4.1
The new (5.3) floor division "//" seems to be not recognised...
local horOffset = i // 4it says:
expression expected near '/' luaparse
https://www.lua.org/manual/5.3/manual.html#3.1
https://www.lua.org/manual/5.3/manual.html#3.4.1