SDLPP: add option to remove collisions
This commit is contained in:
@@ -59,6 +59,7 @@ public:
|
||||
collisionWidth(), collisionHeight(),
|
||||
getId() );
|
||||
}
|
||||
void removeCollisions();
|
||||
bool hasCollisions() const;
|
||||
const std::vector< std::shared_ptr< CollisionPolygon > > &
|
||||
getCollisions() const;
|
||||
|
||||
Reference in New Issue
Block a user