mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Changed function names of love.physics to match Box2D.
This commit is contained in:
@@ -52,10 +52,8 @@ namespace box2d
|
||||
{ "isSensor", _wrap_Shape_isSensor },
|
||||
{ "testPoint", _wrap_Shape_testPoint },
|
||||
{ "testSegment", _wrap_Shape_testSegment },
|
||||
{ "setCategory", _wrap_Shape_setCategory },
|
||||
{ "getCategory", _wrap_Shape_getCategory },
|
||||
{ "setMask", _wrap_Shape_setMask },
|
||||
{ "getMask", _wrap_Shape_getMask },
|
||||
{ "setFilterData", _wrap_Shape_setFilterData },
|
||||
{ "getFilterData", _wrap_Shape_getFilterData },
|
||||
{ "setData", _wrap_Shape_setData },
|
||||
{ "getData", _wrap_Shape_getData },
|
||||
{ "getBoundingBox", _wrap_Shape_getBoundingBox },
|
||||
|
||||
Reference in New Issue
Block a user