mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated.
NEW PARSER: add an 'N' param type which will accept any number of strings, will cause very big problems if this isnt the last param for a tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26727 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20b9020adc
commit
9ac4b44610
57 changed files with 87 additions and 64 deletions
|
|
@ -10,7 +10,7 @@
|
|||
%xl(E,repeat-220x176x16.bmp,182,151,4)
|
||||
%xl(F,playmode-220x176x16.bmp,200,152,5)
|
||||
%ax%Cl(15,32,75,75)
|
||||
%pb(pb-220x176x16.bmp,11,121,199,8)
|
||||
%pb(11,121,199,8,pb-220x176x16.bmp)
|
||||
%?mh<%xd(Aa)|%xd(Ab)>
|
||||
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
|
||||
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue