ss2d icon indicating copy to clipboard operation
ss2d copied to clipboard

Javascript 2D Game Framework

Results 1 ss2d issues
Sort by recently updated
recently updated
newest added

I'm not sure if you want to do it this way, but this give you the coords in parent space: 127 ss2d.DisplayObject.prototype.worldToLocal = function(point) 128 { 129 var worldMatrix =...