예제 #1
0
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     //Constructor of the class
     //Constructeur des class
     anim   = new Chimera.Graphics.Animation();
     player = new Chimera.Graphics.Sprite();
     scroll = new Chimera.Graphics.Effects.Scroller();
     floor  = new Chimera.Graphics.Image();
     bg     = new Chimera.Graphics.BackGround();
 }
예제 #2
0
 /// <summary>
 /// Default Constructor
 /// </summary>
 public Scroller()
 {
     scr = new Chimera.Graphics.Effects.Scroller();
 }