Updated plymouth artwork

This commit is contained in:
Rubén Rodríguez 2014-07-22 20:04:08 +02:00
parent 9101e9c27e
commit 4c5c5ba806
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1 MiB

Before After
Before After

View file

@ -26,7 +26,7 @@ if (bits_per_pixel == 4) {
logo.sprite = Sprite(logo.image);
logo.opacity_angle = 0;
logo.sprite.SetX (Window.GetX() + Window.GetWidth() / 2 - logo.image.GetWidth() / 2);
logo.sprite.SetY (Window.GetY() + Window.GetHeight() / 2 - logo.image.GetHeight() / 2);
logo.sprite.SetY (Window.GetY() + (Window.GetHeight() / 3) * 2 - logo.image.GetHeight() / 2);
logo.sprite.SetOpacity (1);
fun refresh_callback ()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=3
VERSION=5
QUILT=skip
. ./config