Exemplo n.º 1
0
 public Pixelizer(Game game, EndCutscene32Host host)
   : base(game)
 {
   this.Host = host;
   this.DrawOrder = 1000;
   this.UpdateOrder = 1000;
 }
Exemplo n.º 2
0
 protected override void Dispose(bool disposing)
 {
     this.GameState.InEndCutscene    = false;
     this.GameState.SkipRendering    = false;
     EndCutscene32Host.Instance      = (EndCutscene32Host)null;
     this.LevelManager.LevelChanged -= new Action(this.TryDestroy);
     base.Dispose(disposing);
 }
Exemplo n.º 3
0
 public FezGrid(Game game, EndCutscene32Host host)
   : base(game)
 {
   this.Host = host;
   this.DrawOrder = 1000;
 }
Exemplo n.º 4
0
 public EndCutscene32Host(Game game)
   : base(game)
 {
   EndCutscene32Host.Instance = this;
 }
Exemplo n.º 5
0
 protected override void Dispose(bool disposing)
 {
   this.GameState.InEndCutscene = false;
   this.GameState.SkipRendering = false;
   EndCutscene32Host.Instance = (EndCutscene32Host) null;
   this.LevelManager.LevelChanged -= new Action(this.TryDestroy);
   base.Dispose(disposing);
 }
Exemplo n.º 6
0
 public TetraordialOoze(Game game, EndCutscene32Host host)
   : base(game)
 {
   this.Host = host;
   this.DrawOrder = 1000;
 }
Exemplo n.º 7
0
 public VibratingMembrane(Game game, EndCutscene32Host host)
   : base(game)
 {
   this.Host = host;
   this.DrawOrder = 1000;
 }
Exemplo n.º 8
0
 public AxisDna(Game game, EndCutscene32Host host)
   : base(game)
 {
   this.Host = host;
   this.DrawOrder = 1000;
 }
Exemplo n.º 9
0
 public EndCutscene32Host(Game game)
     : base(game)
 {
     EndCutscene32Host.Instance = this;
 }
Exemplo n.º 10
0
 public DrumSolo(Game game, EndCutscene32Host host)
   : base(game)
 {
   this.Host = host;
   this.DrawOrder = 1000;
 }