diff --git a/Gruntfile.js b/Gruntfile.js index bf2024f19e..705cdbe047 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,7 @@ module.exports = function(grunt) { // `sprite` has `name`, `image` (full path), `x`, `y` // `width`, `height`, `total_width`, `total_height` // EXAMPLE: Prefix all sprite names with 'sprite-' - if (sprite.name.match(/hair|skin|beard|mustach|shirt/) || sprite.name=='head_base_0') { + if (sprite.name.match(/hair|skin|beard|mustach|shirt/) || sprite.name=='head_0') { sprite.name = 'customize-option.' + sprite.name; sprite.x = sprite.x + 25; sprite.y = sprite.y + 15; diff --git a/img/sprites/spritesmith/head/head_base_0.png b/img/sprites/spritesmith/head/head_0.png similarity index 100% rename from img/sprites/spritesmith/head/head_base_0.png rename to img/sprites/spritesmith/head/head_0.png