
I haven't really played with it a lot but for the brief time I did it was pretty good, do wish they used lua though... or javascript...
or C#... or straight up python!
Code: Select all
degree = radtodeg(arctan2(vec1.y - vec2.y, vec2.x - vec1.x));
Error
floor.lua.54: bad argument #2 to 'draw' (Quad expected, got nil)
Traceback
[c]: in function 'draw'
floor.lua.54: in function 'drawfloor'
main.lua.92: in function 'draw'
[c]: in function 'xpcall'