Demo: New LogoDemo for particles, yay

This commit is contained in:
Lynix
2017-08-16 20:32:50 +02:00
parent 973e3b094a
commit 0e99f93866
3 changed files with 134 additions and 25 deletions

View File

@@ -105,7 +105,7 @@ int main()
fpsNode.SetPosition(5.f, window.GetHeight() - fpsCountBox.height - particleCountBox.height - 5.f);
//shared.demos.push_back(std::make_shared<LogoExample>(shared));
shared.demos.push_back(std::make_shared<LogoExample>(shared));
shared.demos.push_back(std::make_shared<SpacebattleExample>(shared));
std::size_t demoIndex = 0;