Exemplo n.º 1
0
 public override void unLoadContent(Scene pScene)
 {
     InputMan.Reset();
     //SpriteBatchMan.Find(SpriteBatch.Name.SelectWindowTexts).setIsDraw(false);
     SpriteBatchMan.Reset();
     GameObjectMan.Reset();
     //SpriteBatchMan.Find(SpriteBatch.Name.SelectWindowTexts).deepClear();
     //SpriteBatchMan.Remove(SpriteBatchMan.Find(SpriteBatch.Name.SelectWindowTexts));
 }
Exemplo n.º 2
0
 public override void unLoadContent(Scene pScene)
 {
     GameObjectMan.Reset();
     TimerMan.Reset();
     InputMan.Reset();
     CollisionPairMan.Reset();
     SpriteBatchMan.Reset();
     BoxSpriteMan.Reset();
     ProxySpriteMan.Reset();
     UFOMan.Reset();
     ShipMan.Reset();
 }
Exemplo n.º 3
0
 public override void unLoadContent(Scene pScene)
 {
     SpriteBatchMan.Reset();
     InputMan.Reset();
     pScene.setScoreOne(0);
 }