Making a Recalbox theme

45 pages · 8 sections
FRENESDE Show everything Create my theme

rating — the star rating

The game's rating, drawn as stars: the two images it is made of.

The properties (9)

<rating name="md_rating">
  <pos>0.06 0.72</pos>
  <size>0.12 0.024</size>
  <filledPath>${root}/data/arts/etoile-pleine.svg</filledPath>
  <unfilledPath>${root}/data/arts/etoile-vide.svg</unfilledPath>
</rating>
PropertyRole
pos size origin rotation rotationOriginplacement
filledPaththe filled star image
unfilledPaththe empty star image
zIndex disableddepth, switching off

size designates the whole of the five stars. A width of five times the height gives square stars.

No color: to change the tint, change the images — or provide white images and tint them… which rating does not allow. Two files are therefore necessary.