Small fixes
This commit is contained in:
+528
-528
File diff suppressed because it is too large
Load Diff
@@ -1111,7 +1111,7 @@ void dd::Systems::LevelSystem::GetNextLevel()
|
|||||||
1, 0, 1, 2, 1, 0, 1,
|
1, 0, 1, 2, 1, 0, 1,
|
||||||
0, 1, 0, 1, 0, 1, 0,
|
0, 1, 0, 1, 0, 1, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 6, 0, 0, 0};
|
0, 0, 0, 0, 0, 0, 0};
|
||||||
color =
|
color =
|
||||||
{w, w, w, w, w, w, w,
|
{w, w, w, w, w, w, w,
|
||||||
lb4, lb4, lb4, lb4, lb4, lb4, lb4,
|
lb4, lb4, lb4, lb4, lb4, lb4, lb4,
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ void dd::Systems::PadSystem::Initialize()
|
|||||||
SetEdge(3.2 - (ctransform->Scale.x / 2));
|
SetEdge(3.2 - (ctransform->Scale.x / 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
auto entBody = m_World->CreateEntity();
|
auto entBody = m_World->CreateEntity();
|
||||||
auto ctransform = m_World->AddComponent<Components::Transform>(entBody);
|
auto ctransform = m_World->AddComponent<Components::Transform>(entBody);
|
||||||
@@ -72,6 +72,7 @@ void dd::Systems::PadSystem::Initialize()
|
|||||||
auto animationComponent = m_World->AddComponent<Components::Animation>(entBody);
|
auto animationComponent = m_World->AddComponent<Components::Animation>(entBody);
|
||||||
animationComponent->Speed = 0.6f;
|
animationComponent->Speed = 0.6f;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
//Stick
|
//Stick
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user