Ejemplo n.º 1
0
 public DotsAplenty(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host        = host;
     this.DrawOrder   = 1000;
     this.UpdateOrder = 1000;
 }
Ejemplo n.º 2
0
 public MulticoloredSpace(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host        = host;
     this.DrawOrder   = 1000;
     this.UpdateOrder = 1000;
 }
Ejemplo n.º 3
0
 public ZoomOut(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host        = host;
     this.DrawOrder   = 1000;
     this.UpdateOrder = 1000;
 }
Ejemplo n.º 4
0
 public WhiteNoise(Game game, EndCutscene64Host host)
     : base(game)
 {
     this.Host      = host;
     this.DrawOrder = 1000;
 }