diff --git a/scripts/celerity/generate_sprites.php b/scripts/celerity/generate_sprites.php index d967666fd9..fc9021dff4 100755 --- a/scripts/celerity/generate_sprites.php +++ b/scripts/celerity/generate_sprites.php @@ -148,6 +148,7 @@ $app_map = array( 'phid' => array(9, 25), 'diviner' => array(1, 35), 'repositories' => array(8, 13), + 'phame' => array(8, 4), ); $xadj = -1; diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index f3c718733c..34d186af33 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -51,8 +51,8 @@ celerity_register_resource_map(array( ), '/rsrc/image/autosprite.png' => array( - 'hash' => '7b29558c2c67f5e667cc51b380a1795e', - 'uri' => '/res/7b29558c/rsrc/image/autosprite.png', + 'hash' => '72184117972407fe930910bee886fd21', + 'uri' => '/res/72184117/rsrc/image/autosprite.png', 'disk' => '/rsrc/image/autosprite.png', 'type' => 'png', ), @@ -657,7 +657,7 @@ celerity_register_resource_map(array( ), 'autosprite-css' => array( - 'uri' => '/res/c6a807c2/rsrc/css/autosprite.css', + 'uri' => '/res/17eb3f9b/rsrc/css/autosprite.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/autosprite.css b/webroot/rsrc/css/autosprite.css index 3a88bba802..0878416287 100644 --- a/webroot/rsrc/css/autosprite.css +++ b/webroot/rsrc/css/autosprite.css @@ -300,50 +300,58 @@ background-position: 0px -3042px; } -.action-file { +.app-phame-full { background-position: 0px -3073px; } +.app-phame { + background-position: 0px -3134px; +} + +.action-file { + background-position: 0px -3165px; +} + .action-fork { - background-position: 0px -3090px; + background-position: 0px -3182px; } .action-edit { - background-position: 0px -3107px; + background-position: 0px -3199px; } .action-flag-0 { - background-position: 0px -3124px; + background-position: 0px -3216px; } .action-flag-1 { - background-position: 0px -3141px; + background-position: 0px -3233px; } .action-flag-2 { - background-position: 0px -3158px; + background-position: 0px -3250px; } .action-flag-3 { - background-position: 0px -3175px; + background-position: 0px -3267px; } .action-flag-4 { - background-position: 0px -3192px; + background-position: 0px -3284px; } .action-flag-5 { - background-position: 0px -3209px; + background-position: 0px -3301px; } .action-flag-6 { - background-position: 0px -3226px; + background-position: 0px -3318px; } .action-flag-7 { - background-position: 0px -3243px; + background-position: 0px -3335px; } .action-flag-ghost { - background-position: 0px -3260px; + background-position: 0px -3352px; } diff --git a/webroot/rsrc/image/autosprite.png b/webroot/rsrc/image/autosprite.png index aad04b0b77..89f5d84fe2 100644 Binary files a/webroot/rsrc/image/autosprite.png and b/webroot/rsrc/image/autosprite.png differ