different shapes and functions
Last updated 1 year ago
Methods that can be used: fillrect,fr
Methods that can be used: strokerect,sr
Methods that can be used: fillarc,fa
Methods that can be used: strokearc,sa
{ stype: "sr" }
//You can do whatever you want in the Eval section. function asdas(obj,time){ if(time == 1){ console.log("Started ",obj.name) } if(time == 2){ console.log("Updating ",obj.name) } if(time == 3){ console.log("FPS time ",obj.name) } }
{ eval:"asdas" }