Some fixes to the Player and map, added skeleton system for the ScoreScreen

This commit is contained in:
Tleety
2016-03-03 00:55:44 +01:00
parent 050ce57e24
commit d74ae4e411
5 changed files with 802 additions and 742 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "Game/Systems/ScoreScreenSystem.h"
void ScoreScreenSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper& capturePoint, double dt)
{
//Logic here
}