Ejemplo n.º 1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     this.explorer = new Explorer(this, new Vector2(100f, 300f));
 }
Ejemplo n.º 2
0
 public ExplorerWalkRight(Explorer explorer)
     : base(explorer)
 {
     this.i = 3;
        this.explorer = explorer;
 }
Ejemplo n.º 3
0
 public AnimatedSprite(Explorer explorer)
 {
     this.explorer = explorer;
 }