It looks like you're new here. If you want to get involved, click one of these buttons!
Drix
Member
local vertices = {-100,20, 160,20, 160,34, -160,34} |
local objShape = b2.PolygonShape.new() objShape:set(table.concat(vertices, ",")) |
Comments
Likes: Drix, atilim