diff --git a/Plymouth/Chicago95/Chicago95.script b/Plymouth/Chicago95/Chicago95.script index eff437c..9f6368d 100644 --- a/Plymouth/Chicago95/Chicago95.script +++ b/Plymouth/Chicago95/Chicago95.script @@ -20,16 +20,16 @@ boot_sprite = Sprite(); progress = 0; - fun refresh_callback () { - resized_image = boot_images[Math.Int(progress) % 18].Scale(screen_width, screen_height); + resized_image = boot_images[Math.Int(progress)].Scale(screen_width, screen_height); boot_sprite.SetImage(resized_image); progress++; } Plymouth.SetRefreshFunction (refresh_callback); + #----------------------------------------- Dialogue -------------------------------- status = "normal"; @@ -54,7 +54,7 @@ fun dialog_setup() lock.x = box.x + box.image.GetWidth()/2 - (lock.image.GetWidth() + entry.image.GetWidth()) / 2; lock.y = box.y + box.image.GetHeight()/2 - lock.image.GetHeight()/2; lock.z = box.z + 1; - lock.sprite.SetPosition(lock.x, lock.y, lock.z); + lock.sprite.SetPosition(lock.x - 8, lock.y, lock.z); entry.sprite = Sprite(entry.image); entry.x = lock.x + lock.image.GetWidth(); @@ -94,12 +94,12 @@ fun display_password_callback (prompt, bullets) dialog_setup(); else dialog_opacity(1); - for (index = 0; dialog.bullet[index] || index < bullets; index++) + for (index = 0; dialog.bullet[index] || index < 19; index++) { if (!dialog.bullet[index]) { dialog.bullet[index].sprite = Sprite(dialog.bullet_image); - dialog.bullet[index].x = dialog.entry.x + index * dialog.bullet_image.GetWidth(); + dialog.bullet[index].x = dialog.entry.x + index * dialog.bullet_image.GetWidth() + 4; dialog.bullet[index].y = dialog.entry.y + dialog.entry.image.GetHeight() / 2 - dialog.bullet_image.GetHeight() / 2; dialog.bullet[index].z = dialog.entry.z + 1; dialog.bullet[index].sprite.SetPosition(dialog.bullet[index].x, dialog.bullet[index].y, dialog.bullet[index].z); diff --git a/Plymouth/RetroTux/RetroTux.plymouth b/Plymouth/RetroTux/RetroTux.plymouth old mode 100755 new mode 100644 index 21b1a4a..71d8f37 Binary files a/Plymouth/RetroTux/RetroTux.plymouth and b/Plymouth/RetroTux/RetroTux.plymouth differ diff --git a/Plymouth/RetroTux/RetroTux.script b/Plymouth/RetroTux/RetroTux.script old mode 100755 new mode 100644 index 7accb29..a84cc8c Binary files a/Plymouth/RetroTux/RetroTux.script and b/Plymouth/RetroTux/RetroTux.script differ diff --git a/Plymouth/RetroTux/fsck-fade.png b/Plymouth/RetroTux/fsck-fade.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/fsck-fade_16bit.png b/Plymouth/RetroTux/fsck-fade_16bit.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/install.txt b/Plymouth/RetroTux/install.txt new file mode 100644 index 0000000..f8187ea --- /dev/null +++ b/Plymouth/RetroTux/install.txt @@ -0,0 +1,5 @@ +sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share//plymouth/themes/RetroTux/RetroTux.plymouth 100 + +sudo update-alternatives --config default.plymouth + +sudo update-initramfs -u \ No newline at end of file diff --git a/Plymouth/RetroTux/logo.png b/Plymouth/RetroTux/logo.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/logo_16bit.png b/Plymouth/RetroTux/logo_16bit.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/passw-dialog.png b/Plymouth/RetroTux/passw-dialog.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/progress-fade.png b/Plymouth/RetroTux/progress-fade.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/progress-fade_16bit.png b/Plymouth/RetroTux/progress-fade_16bit.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/progress-meter.png b/Plymouth/RetroTux/progress-meter.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/progress-meter_16bit.png b/Plymouth/RetroTux/progress-meter_16bit.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/spinner.png b/Plymouth/RetroTux/spinner.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/test.png b/Plymouth/RetroTux/test.png old mode 100755 new mode 100644 diff --git a/Plymouth/RetroTux/wallpaper.png b/Plymouth/RetroTux/wallpaper.png old mode 100755 new mode 100644