Added submarine pad

This commit is contained in:
viktorljung
2015-09-24 20:54:57 +02:00
parent 72413dc0a9
commit bc6b037923
3 changed files with 838 additions and 838 deletions
+1 -1
View File
@@ -109,7 +109,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);