add ScoreSaver TLAC component

This commit is contained in:
somewhatlurker
2019-09-17 13:58:37 +10:00
parent a65822aec6
commit 00dd03bf32
8 changed files with 159 additions and 1 deletions
@@ -12,6 +12,7 @@
#include "CameraController.h"
#include "DebugComponent.h"
#include "ScaleComponent.h"
#include "ScoreSaver.h"
#include "GameTargets/TargetInspector.h"
using ConfigFile = TLAC::FileSystem::ConfigFile;
@@ -41,6 +42,7 @@ namespace TLAC::Components
new FrameRateManager(),
new FastLoader(),
new ScaleComponent(),
new ScoreSaver(),
new StageManager(),
new CameraController(),
new DebugComponent(),