mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Implmented a few 'missing methods' in love.physics.
This commit is contained in:
@@ -56,6 +56,7 @@ namespace box2d
|
||||
int w_Body_setPosition(lua_State * L);
|
||||
int w_Body_setMassFromShapes(lua_State * L);
|
||||
int w_Body_setMass(lua_State * L);
|
||||
int w_Body_setInertia(lua_State * L);
|
||||
int w_Body_setAngularDamping(lua_State * L);
|
||||
int w_Body_setLinearDamping(lua_State * L);
|
||||
int w_Body_getWorldPoint(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user