Author Topic: numberPlayers helps (solved)  (Read 1776 times)

Mazer

  • Newbie
  • *
  • Posts: 34
  • Karma: +0/-0
    • View Profile
numberPlayers helps (solved)
« on: June 02, 2021, 04:53:37 PM »
hello here I would need help!!!!  the numberPlayers is not displayed yet it is well placed like the others

D:\RetroFE\layouts\project\collections\_common\medium_artwork\numberPlayers






<reloadableImage mode="commonlayout" type="numberPlayers" menuScrollReload="yes" x="1321" y="823" xOrigin="left" yOrigin="center" alpha="0" height="20" layer="13">
<onEnter menuIndex="0"><set duration=".4"><animate type="nop"/></set><set duration=".3"><animate type="alpha" from="0" to=".6"/><animate type="xoffset" from="20" to="0"/></set></onEnter>
  <onEnter><set duration=".3"><animate type="alpha" to="1" algorithm="easeinquadratic"/><animate type="yoffset" from="50" to="0" algorithm="easeinquadratic"/></set></onEnter>
  <onExit><set duration=".3"><animate type="alpha" to="0" algorithm="easeinquadratic"/><animate type="yoffset" from="0" to="0" algorithm="easeinquadratic"/></set></onExit>
</reloadableImage>
« Last Edit: June 03, 2021, 06:45:21 PM by bactino »

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: numberPlayers helps
« Reply #1 on: June 03, 2021, 08:23:25 AM »
The numberPlayers information for games is retrieved from the meta XML files; you can have a look at the MAME.xml to see how that information is defined.