Plymouth updated with etiona artwork
This commit is contained in:
parent
bb54be85af
commit
5b3e51baab
4 changed files with 7 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
|
@ -23,10 +23,11 @@ if (bits_per_pixel == 4) {
|
|||
}
|
||||
|
||||
|
||||
logo.sprite = Sprite(logo.image);
|
||||
resized_logo_image = logo.image.Scale(screen_height / 3, screen_height / 3);
|
||||
logo.sprite = Sprite(resized_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() / 3) * 2 - logo.image.GetHeight() / 2);
|
||||
logo.sprite.SetX (Window.GetX() + Window.GetWidth() / 2 - resized_logo_image.GetWidth() / 2);
|
||||
logo.sprite.SetY (Window.GetY() + (Window.GetHeight() / 2) - resized_logo_image.GetHeight() / 2);
|
||||
logo.sprite.SetOpacity (1);
|
||||
|
||||
fun refresh_callback ()
|
||||
|
|
@ -85,6 +86,7 @@ fun dialog_setup()
|
|||
|
||||
fun dialog_opacity(opacity)
|
||||
{
|
||||
logo.sprite.SetOpacity (0);
|
||||
dialog.box.sprite.SetOpacity (opacity);
|
||||
dialog.lock.sprite.SetOpacity (opacity);
|
||||
dialog.entry.sprite.SetOpacity (opacity);
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 137 KiB |
|
|
@ -1,6 +1,6 @@
|
|||
#/bin/sh
|
||||
#
|
||||
# Copyright (C) 2008-2018 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=6
|
||||
VERSION=7
|
||||
QUILT=skip
|
||||
. ./config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue