1
Themes / Re: [WIP] [Help] Theme For RPI GamingMediaCenter
« on: May 18, 2016, 01:51:21 PM »
Oïe thx bionictoothpick.
But i don't understand how to adapt this in the original layout (Verticool).
I try that for the background:
but snes.png and "snap" artwork are loaded...
But i don't understand how to adapt this in the original layout (Verticool).
I try that for the background:
Code: [Select]
if (my_config["bg_image"]=="snap") {
local getSnap = fe.get_art("snap");
if (getSnap==""){
local snapbg = fe.add_artwork("snes.png",0-(flw*0.1),0-(flh*0.1),flw*1.2,flh*1.2);
}
local bg=fe.add_artwork("snap",0-(flw*0.1),0-(flh*0.1),flw*1.2,flh*1.2);
bg.video_flags=Vid.ImagesOnly;
bg.preserve_aspect_ratio=false;
bg.set_rgb(128,128,128);
}
but snes.png and "snap" artwork are loaded...