I tried the examples from
https://github.com/1dot44mb/gideros/tree/master/tools/TiledAsWorldEditorThis uses TNTAnimator and TNTVirtualPad .
I get the below bad header in precompiled chunk .
Even when i tried running the samples from TNT website. I get the same error.
Can someone help what am I doing wrong here.
---------- Compile started at 15:50:05.526 ----------
luac -o ".tmp/tntanimator64.lua.bin" "../../libs/tntanimator64.lua"
luac: ../../libs/tntanimator64.lua: bad header in precompiled chunk
make: *** [.tmp/tntanimator64.lua.bin] Error 1
========== Compile finished ==========
Comments
As the code is in binary, it cannot be compiled.So the error is understandable.
The samples are running fine now after I enabled BitOp Plugin for Gideros which is not enabled by default.
Hope this helps someone who is a starter like me in this fantastic tool Gideros