Collisions

This commit is contained in:
ViktorLjung
2014-06-05 06:42:19 +02:00
parent a001cad9bc
commit 97994f9af7
8 changed files with 40 additions and 12 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ EntityID Systems::TankSteeringSystem::CreateTank(int playerID)
m_World->AddComponent<Components::Input>(tank);
m_World->AddComponent<Components::Listener>(tank);
auto health = m_World->AddComponent<Components::Health>(tank);
health->Amount = 1.f;
health->Amount = 200.f;