Show Posts

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.


Messages - kent79

Pages: 1 ... 55 56 [57]
841
OK, here is the updated robospin for testing. If your not happy with logo placement, I'm open to suggestions.

ListBox added, enable in layout options. Spinwheel is the Default.
font included in layout. Unzip and right click to install.
Logo for display is on by default. It can also be disabled in layout options. I added a few logos like (mame, nes, snes, atari, sega). Add your own logos to the layout folder for displaynames that are  configured for your system. You 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;          

Thank you for your effort. I love it very much.

842
The File (7zip)

Thank you for your great afford. Your job is great. One more request, could you try to enlarge size of cabinet? The  cabinet' screen is a bit of small to preview. Thanks.

Pages: 1 ... 55 56 [57]