796
Themes / Re: Some idea for theme design, anyone can teach me the coding? Thanks
« on: October 31, 2015, 06:25:04 PM »
Thank you all reply.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Nice!
Is there an easy way to adapt it to 4:3?
@kent79
I asked about the same earlierYou can edit the script to add your own systems under the transitions section at bottom of layout.nut.
example below:
case "MAME":
logo.file_name = "mame.png";
break;
case "SNES":
logo.file_name = "snes.png";
break;
case "NES":
logo.file_name = "nes.png";
break;
case "GENESIS":
logo.file_name = "sega.png";
break;
case "kat5200":
logo.file_name = "atari.png";
break;
Kent-
I don't understand your question. The play count gets updated every time you play the game.
Does anyone want some animated effects added to this theme. I was thinking about adding scrolling text at the bottom.