Updated plymuth with final artwork

This commit is contained in:
Rubén Rodríguez 2013-02-13 16:27:49 +01:00
parent 6d7c97da38
commit cd60892fb3
9 changed files with 7 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 602 KiB

View file

@ -7,7 +7,7 @@ if (bits_per_pixel == 4) {
} else {
logo.image = Image("special://logo");
bg_image = Image("brigantia.png");
bg_image = Image("background.png");
bg_sprite = Sprite(bg_image);
customlogo.image = Image("custom.png");
@ -26,9 +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() / 4 - logo.image.GetHeight() / 2);
#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() / 2 - logo.image.GetHeight() / 2);
logo.sprite.SetOpacity (1);
fun refresh_callback ()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After