Breakout Standard Screen

Meaning bricks, ball, pad, walls bounces, things.
May or may not work as intended.
This commit is contained in:
PlatinumSkink
2015-09-11 15:07:00 +02:00
parent ead7c6c754
commit bda864ac11
7 changed files with 67 additions and 23 deletions
-2
View File
@@ -78,8 +78,6 @@ private:
e.Entity1 = m_PhysicsSystem->m_BodiesToEntities[contact->GetFixtureA()->GetBody()];
e.Entity2 = m_PhysicsSystem->m_BodiesToEntities[contact->GetFixtureB()->GetBody()];
std::cout << e.Entity1 << " " << e.Entity2 << std::endl;
m_PhysicsSystem->EventBroker->Publish(e);
}
void EndContact(b2Contact* contact)