Author Topic: New Station Theme  (Read 17782 times)

ArcadeBliss

  • Sr. Member
  • ****
  • Posts: 195
    • View Profile
Re: [WIP] New Station Theme - ArcadeBliss please come in
« Reply #15 on: May 30, 2016, 07:42:40 AM »
Hi kent79,

so I finally got around to adding the favorites code. To change the positioning and size, just edit the following lines

Code: [Select]
//favorites icon spin settings
 local Spin_fav_x = [ flx*0, flx*0.035, flx*0.042, flx*0.384, flx*0.336, flx*0.456, flx*0.6, flx*0.672, flx*0.802, flx*0.83, flx*1.058, 1.2, ]; 
 local Spin_fav_y = [ fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, ];
 local Spin_fav_w = [ 0, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, 0, ];
 local Spin_fav_a = [ 240,  240,  240,  240,  240,  240, 240,  240,  240,  240, 240,  240, ];
 local Spin_fav_h = [ 0,  flh*0.03,  flh*0.03,  flh*0.03, flh*0.03,  flh*0.03, flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  0, ];

Let me know if there are any issues.
Enjoy.

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: [WIP] New Station Theme - ArcadeBliss please come in
« Reply #16 on: May 30, 2016, 09:05:50 AM »
Hi kent79,

so I finally got around to adding the favorites code. To change the positioning and size, just edit the following lines

Code: [Select]
//favorites icon spin settings
 local Spin_fav_x = [ flx*0, flx*0.035, flx*0.042, flx*0.384, flx*0.336, flx*0.456, flx*0.6, flx*0.672, flx*0.802, flx*0.83, flx*1.058, 1.2, ]; 
 local Spin_fav_y = [ fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, ];
 local Spin_fav_w = [ 0, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, 0, ];
 local Spin_fav_a = [ 240,  240,  240,  240,  240,  240, 240,  240,  240,  240, 240,  240, ];
 local Spin_fav_h = [ 0,  flh*0.03,  flh*0.03,  flh*0.03, flh*0.03,  flh*0.03, flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  0, ];

Let me know if there are any issues.
Enjoy.

Great Help. Many Many Thanks.  :)

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: New Station Theme
« Reply #17 on: June 01, 2016, 04:41:06 AM »
Thank you for ArcadeBliss. The new version is released. Thanks.

ptiwee

  • Full Member
  • ***
  • Posts: 28
    • View Profile
Re: New Station Theme
« Reply #18 on: August 09, 2016, 04:30:40 AM »
Hello kent69,

Congratulation for your theme, I'll use it on my arcade machine :)

Although I have some suggestions :
  • Change the displayName sizing, in order to adapt to the ratio
  • Are the surface really needed for the snaps ?
  • Rework the conveyor code, it can be improved (As an example, the transition is not smooth if we set transition time to a high value)

I reworked the theme a bit for my raspberry (haven't tested it on the raspberry yet), if you want to have a look : http://pastebin.com/yG2rr9c0
I removed the history and favorites as I don't need it (in the hope of making the theme a bit lighter).

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: New Station Theme
« Reply #19 on: August 11, 2016, 09:30:37 PM »
Hello kent69,

Congratulation for your theme, I'll use it on my arcade machine :)

Although I have some suggestions :
  • Change the displayName sizing, in order to adapt to the ratio
  • Are the surface really needed for the snaps ?
  • Rework the conveyor code, it can be improved (As an example, the transition is not smooth if we set transition time to a high value)

I reworked the theme a bit for my raspberry (haven't tested it on the raspberry yet), if you want to have a look : http://pastebin.com/yG2rr9c0
I removed the history and favorites as I don't need it (in the hope of making the theme a bit lighter).

Thank you for advise. I will check it later  :)