HFScode / zspin

zspin is an arcade frontend, working on windows, linux, and OSX.
http://forum.hfsplay.fr/zspin-f113/
Other
16 stars 11 forks source link

Bad Theme when starting #65

Open camarade35 opened 7 years ago

camarade35 commented 7 years ago

When I start Zspin, I've a main menu with 2 Wheels. I start on HD games (I see the HD Games's Wheel) but I've the Retro Games's theme. If I move one, I've the Retro Games's wheel and Zspin Relaod Retro Games's theme. It's just on start after one move or go to subwheel and back, that's work.

My Main Menu

<menu>
<game name="Retro Games" index="True" image="">
        <description>Retro Games</description>
        <genre>Menu</genre>
        <enabled>yes</enabled>
</game>
<game name="HD Games" index="True" image="">
        <description>HD Games</description>
        <genre>Menu</genre>
        <enabled>yes</enabled>
</game>
</menu>

My Json

{
  "transitionTime": 400,
  "selectPosition": 7,
  "hide": false,
  "hideStart": 1000,
  "hideDuration": 1000,
  "type": "horizontal",
  "points": [
    {"x":0, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":1},
    {"x":10, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":2},
    {"x":20, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":3},
    {"x":30, "y":90, "rotation": 0,   "scale":0.5, "opacity":0, "zIndex":4},
    {"x":-20, "y":93, "rotation": 0, "scale":0.5, "opacity":0.5, "zIndex":5},
    {"x":40, "y":93, "rotation": 0, "scale":1.5, "opacity":1, "zIndex":7},
    {"x":100, "y":93, "rotation": 0, "scale":0.5, "opacity":0.5, "zIndex":6},
    {"x":64, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":8},
    {"x":74, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":9},
    {"x":84, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":9},
    {"x":94, "y":90, "rotation": 0, "scale":0.5, "opacity":0, "zIndex":10}
  ]
}