OSDN Git Service

fixed fps of a plymouth themes
[serene/serenelinux-system-pkg.git] / serenelinux-plymouth / usr / share / plymouth / themes / serene-mso / serene-mso.script
index d869165..62a88a4 100755 (executable)
@@ -3,14 +3,14 @@ Window.SetBackgroundTopColor(0, 0, 0);
 Window.SetBackgroundBottomColor(0, 0, 0);
 
 # Show logo
-logo.image = Image("boot-109.png");
+logo.image = Image("boot-173.png");
 logo.sprite = Sprite(logo.image);
 logo.x = Window.GetX() + Window.GetWidth() / 2 - logo.image.GetWidth() / 2;
 logo.y = Window.GetY() + Window.GetHeight() / 2 - logo.image.GetHeight() / 2;
 logo.sprite.SetPosition(logo.x, logo.y, 10000);
 logo.sprite.SetOpacity(0);
 
-image_total = 198;
+image_total = 316;
 
 # Loading
 for (i = 1; i <= image_total; i++) 
@@ -22,11 +22,11 @@ for (i = 1; i <= image_total; i++)
 }
 
 i = 1;
-j = 109;
+j = 173;
 fun boot_callback() {
-       if (j == 198 ) {
-           j=109;
-           loading[198].sprite.SetOpacity(0);
+       if (j == 316) {
+           j=173;
+           loading[316].sprite.SetOpacity(0);
        }
        if (i > image_total) {
            loading[j].sprite.SetOpacity(0);