Some fixes to the Player and map, added skeleton system for the ScoreScreen
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "Game/Systems/ScoreScreenSystem.h"
|
||||
|
||||
void ScoreScreenSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper& capturePoint, double dt)
|
||||
{
|
||||
//Logic here
|
||||
}
|
||||
Reference in New Issue
Block a user