Added two new particle sprites.

This commit is contained in:
Stiffly
2015-10-08 18:19:15 +02:00
parent 51cc45fbf0
commit 143bff2d9e
9 changed files with 86 additions and 13 deletions
+1
View File
@@ -188,6 +188,7 @@ public:
}
//Background
{
auto background = m_World->CreateEntity();
auto transform = m_World->AddComponent<Components::Transform>(background);