Skip to content

Commit

Permalink
remove unused spritemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Dec 27, 2012
1 parent 9ce1ca1 commit 069bb17
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/game.js
@@ -1,8 +1,6 @@
var ctx; var ctx;
var ticks = 0; var ticks = 0;
var spriteMap = new Image; var spriteMap = new Image;
var itemMap = new Image;
var enemyMap = new Image;
var actors; var actors;
var items; var items;
var debug = false; var debug = false;
Expand Down Expand Up @@ -648,8 +646,6 @@ function initializeLevel() {


function initializeTheme() { function initializeTheme() {
spriteMap.src = 'themes/' + theme + '/images/game_tiles.png'; spriteMap.src = 'themes/' + theme + '/images/game_tiles.png';
itemMap.src = 'themes/' + theme + '/images/item_tiles.png';
enemyMap.src = 'themes/' + theme + '/images/enemy_tiles.png';
player.spriteMap.src = 'themes/' + theme + '/images/player_sprites.png'; player.spriteMap.src = 'themes/' + theme + '/images/player_sprites.png';
player.sprite.x = 0 player.sprite.x = 0
player.sprite.y = 32 player.sprite.y = 32
Expand Down
Binary file removed themes/snoop/images/enemy_tiles.png
Binary file not shown.
Binary file removed themes/snoop/images/item_tiles.png
Binary file not shown.
Binary file removed themes/suse/images/enemy_tiles.png
Binary file not shown.
Binary file removed themes/suse/images/item_tiles.png
Binary file not shown.

0 comments on commit 069bb17

Please sign in to comment.