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