Author Topic: Aracde Game Centre Theme [Enhancement]  (Read 16584 times)

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Aracde Game Centre Theme [Enhancement]
« Reply #15 on: March 14, 2017, 05:19:10 PM »
When are you releasing the enhanced version?

Still improve number of place, may be released on this weekend  :)


kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Aracde Game Centre Theme [Enhancement]
« Reply #16 on: March 16, 2017, 04:38:10 PM »
Released enhancement version of the theme

- add screen light effect
- add background music mode (static or by snap) in option
- update wheel selection sound
- mins update UI design

Enjoys  ;D

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Aracde Game Centre Theme [Enhancement]
« Reply #17 on: March 25, 2017, 04:41:33 PM »
Finding some mistake on previous version. Upload again Thanks  ;D

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: Aracde Game Centre Theme
« Reply #18 on: June 04, 2017, 10:49:10 AM »
The wheel sound annoyed me very quickly, so I renamed the file game.mp3 as a dirty hack. An option to turn it off would be better.

It's select.mp3 in the current version. Just a quick advice for anyone who doesn't like it either.  :)

edit: To avoid the error messages about the missing file, don't rename it but comment out the respective lines with "//" in the layout.nut:

Code: [Select]
// local Wheelclick = fe.add_sound("select.mp3");
//       Wheelclick.playing=true;
« Last Edit: June 04, 2017, 10:56:25 AM by Favdeacon »

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: Aracde Game Centre Theme [Enhancement]
« Reply #19 on: June 04, 2017, 11:04:43 AM »
- add screen light effect

An option to turn off the flashing would be nice.

For the time being, I disabled it by commenting out these lines:

Code: [Select]
//local flash = {
//    when =Transition.ToNewList ,property = "alpha", start = 20, end = 130, time = 400, tween = Tween.Linear,  pulse = true
// }
//animation.add( PropertyAnimation( screen_light, flash ) );

Again, just a humble suggestion. I don't want to spoil your work, I like your theme very much and just make some minor adjustments which I share here for anyone with similar preferences. :)

edit: typo
« Last Edit: June 05, 2017, 02:06:49 AM by Favdeacon »