Ejemplo n.º 1
0
 public StairsTile(ZeldaGame game, TileSpriteFactory tileFactory, Vector2 location)
 {
     this.game         = game;
     this.position     = location;
     this.tileFactory  = tileFactory;
     this.tileSprite   = tileFactory.StairsTile();
     this.spriteScalar = game.util.spriteScalar;
 }