Skip to content

Commit

Permalink
Fix sprites/icons. (#1781)
Browse files Browse the repository at this point in the history
* Renamed hires file back to original name.

* Updated gitignore.
  • Loading branch information
sebastienvercammen committed Jan 28, 2017
1 parent 79e06b1 commit 72e57ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ _build
_build_html
beehive.*
static/icons-sprite.png
static/icons-large-sprite.png
static/icons/*.png
static/pixel_icons/*.png
*.csv
Expand All @@ -28,4 +29,4 @@ static/pixel_icons/*.png
!contrib/supervisord/gen-workers.sh
!contrib/supervisord/install-reinstall.sh
!static/data/*
!static/icons/hsl*.png
!static/icons/hsl*.png
2 changes: 1 addition & 1 deletion static/js/map.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ var pokemonSprites = {
iconHeight: 65,
spriteWidth: 455,
spriteHeight: 1430,
filename: 'static/icons-sprite.png',
filename: 'static/icons-large-sprite.png',
name: 'High-Res'
}

Expand Down

0 comments on commit 72e57ce

Please sign in to comment.