From 5b0521c9aadee11886e2c92df7d768d5e76063a6 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 7 Jun 2010 03:44:11 +0000 Subject: Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657 --- wps/Rockboxed.128x128x16.wps | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'wps/Rockboxed.128x128x16.wps') diff --git a/wps/Rockboxed.128x128x16.wps b/wps/Rockboxed.128x128x16.wps index 66b47459ab..da36165118 100644 --- a/wps/Rockboxed.128x128x16.wps +++ b/wps/Rockboxed.128x128x16.wps @@ -1,24 +1,24 @@ # (C) 2007, Roan Horning # License: GNU GPL v2 or later. %wd -%X|bg-128x128x16.bmp| -%xl|A|mode-color-small.bmp|62|109|4| -%xl|B|shuffle-color-small.bmp|34|109| -%xl|C|volume-color-small.bmp|15|111|9| -%xl|D|battery-color-small.bmp|101|113|12| -%xl|E|repeat-color-small.bmp|47|109|4| -%xl|F|lock-color.bmp|78|109| +%X(bg-128x128x16.bmp) +%xl(A,mode-color-small.bmp,62,109,4) +%xl(B,shuffle-color-small.bmp,34,109) +%xl(C,volume-color-small.bmp,15,111,9) +%xl(D,battery-color-small.bmp,101,113,12) +%xl(E,repeat-color-small.bmp,47,109,4) +%xl(F,lock-color.bmp,78,109) -%al %s%ac%?ia<%ia|%d2>%ar -%al %s%ac%?id<%id|%d1>%ar +%al %s%ac%?ia<%ia|%d(2)>%ar +%al %s%ac%?id<%id|%d(1)>%ar %al %s%ac%?it<%it|%fn>%ar -%ac%t3%ig;%ac%iy -%pb|pg-108.bmp|10|76|108|5| +%ac%t(3)%ig%;%ac%iy +%pb(pg-108.bmp,10,76,108,5) %al %pc%ac%?fc%ar%pt -%?ps<%xdB> -%?mp<%xdAb|%xdAa|%xdAb|%xdAc|%xdAd> -%?mm<|%xdEa|%xdEb|%xdEc|%xdEd> -%?mh<%xdF> -%?pv<|%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi> -%?bl<%xdDa|%xdDb|%xdDc|%xdDd|%xdDe|%xdDf|%xdDg|%xdDh|%xdDi|%xdDj|%xdDk|%xdDl> +%?ps<%xd(B)> +%?mp<%xd(Ab)|%xd(Aa)|%xd(Ab)|%xd(Ac)|%xd(Ad)> +%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)> +%?mh<%xd(F)> +%?pv<|%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)> +%?bl<%xd(Da)|%xd(Db)|%xd(Dc)|%xd(Dd)|%xd(De)|%xd(Df)|%xd(Dg)|%xd(Dh)|%xd(Di)|%xd(Dj)|%xd(Dk)|%xd(Dl)> -- cgit v1.2.3