Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Removed Example Project System references.
Browse files Browse the repository at this point in the history
  • Loading branch information
andoowhy authored Mar 6, 2017
1 parent b38160f commit 6052fd0
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions EgoInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,14 @@ public class EgoInterface : MonoBehaviour
static EgoInterface()
{
//Add Systems here:
EgoSystems.Add(
// Game
new BrickInstantiationSystem(),
new BrickSystem(),
new BallSystem(),
new GameEndSystem(),
new PaddleSystem(),
new ScoreSystem(),

//UI
new UISystem(),
new PlayAgainButtonSystem()
);

//EgoEvents.SetLastEvents<
// ResetGameEvent
//>();
//EgoSystems.Add(
// ...
//);
}

void Start()
{
EgoSystems.Start();
{
EgoSystems.Start();
}

void Update()
Expand Down

0 comments on commit 6052fd0

Please sign in to comment.