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