emulator icon indicating copy to clipboard operation
emulator copied to clipboard

Customize Nesbox Emulator

Open jrpseudo opened this issue 11 years ago • 2 comments

I've installed Nesbox emulator on my Website. I'd like to customize the player:

  1. Add a play button (png or flash" to start the game)

  2. Remove some of the player icons and maybe change some of them

Could you do it?

Thanks

Best regards JR

jrpseudo avatar Nov 27 '14 13:11 jrpseudo

I don't know what would happen, but maybe you could use some html to make a button that triggers the image to preview

Sandwall avatar Feb 29 '16 23:02 Sandwall

To add a play button, all you have to do is copy the embed info into a function and use onClick to call that function. To remove player icons you would have to look into the appropriate .as file and change the line of code where they are placed. To change the icons, just go into the assets folder and change the icons from there.

hgoda90 avatar Jun 17 '16 23:06 hgoda90