Merge and some small fixes

This commit is contained in:
tleety
2015-09-25 01:49:08 +02:00
6 changed files with 888 additions and 1431 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ EntityID dd::Systems::PadSystem::CreateBall()
std::shared_ptr<Components::Physics> physics = m_World->AddComponent<Components::Physics>(ent);
physics->Static = false;
cball->Speed = 10;
cball->Speed = 5.f;
m_World->CommitEntity(ent);