Less slippery controls

This commit is contained in:
2015-10-23 15:47:35 +02:00
parent 0afb5f2670
commit 3c6c38b2ce
4 changed files with 14 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ void dd::Systems::PadSystem::Initialize()
cModel->ModelFile = "Models/Ship/Ship.obj";
auto pad = m_World->AddComponent<Components::Pad>(ent);
pad->SlowdownModifier = 10.f;
m_World->CommitEntity(ent);
m_Edge = 3.2 - (ctransform->Scale.x / 2);