Added some TODO's.
This commit is contained in:
@@ -41,7 +41,7 @@ public abstract class GameGlobals{
|
||||
private static World gameWorld = null;
|
||||
private static ModelBatch modelBatch = null;
|
||||
private static AutomaticActionPerformerBase automaticActionPerformer = null;
|
||||
private static AutomaticActionSummaryOverlayBase automaticActionSummaryOverlay = null;
|
||||
private static AutomaticActionSummaryOverlayBase automaticActionSummaryOverlay = null;
|
||||
|
||||
public static void initGameSettings(NxtARCore core) throws IllegalArgumentException, InstantiationException, IllegalAccessException{
|
||||
if(core == null)
|
||||
@@ -105,6 +105,8 @@ public abstract class GameGlobals{
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Create player processing system.
|
||||
|
||||
gameWorld.setSystem(new MarkerPositioningSystem());
|
||||
gameWorld.setSystem(new RobotArmPositioningSystem(), Ouya.runningOnOuya);
|
||||
gameWorld.setSystem(new GeometrySystem());
|
||||
|
||||
@@ -26,6 +26,7 @@ public final class ScenarioImplementation{
|
||||
public static Class entityCreatorClass = BombGameEntityCreator.class;
|
||||
public static Class automaticActionPerformerClass = BombGameAutomaticActionPerformer.class;
|
||||
public static Class automaticActionSummaryScreen = BombGameAutomaticActionSummaryOverlay.class;
|
||||
// TODO: Add player processing system.
|
||||
|
||||
private ScenarioImplementation(){}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user