Removed Stage Reset and Life Display.

This commit is contained in:
PlatinumSkink
2015-09-24 18:58:34 +02:00
parent 4e4ba29666
commit 8bf10d4517
3 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ bool dd::Systems::PadSystem::OnMultiBall(const dd::Events::MultiBall &event)
bool dd::Systems::PadSystem::OnStageCleared(const dd::Events::StageCleared &event)
{
auto entity = CreateBall();
//auto entity = CreateBall();
return true;
}