Comment 8 for bug 1208224

Revision history for this message
Philippe Lefevre (ph-l) wrote :

phl_plymouth.script script is modified to add lines #169 to 176

 169 #----------------------------------------- Ajout PHL ---------------------------
 170 screen_width = Window.GetWidth();
 171 screen_height = Window.GetHeight();
 172 wallpaper_image = Image("Precise_Pangolin.png");
 173 resized_wallpaper_image = wallpaper_image.Scale(screen_width,screen_height);
 174 wallpaper_sprite = Sprite(resized_wallpaper_image);
 175 wallpaper_sprite.SetZ(-10000);
 176 #----------------------------------------- Fin ajout ---------------------------