nesbox / emulator

Emulator of NES, Super Nintendo, Sega Mega Drive, GameBoy video consoles
http://nesbox.com/emulator/
MIT License
601 stars 248 forks source link

Customize Nesbox Emulator #2

Open jrpseudo opened 9 years ago

jrpseudo commented 9 years ago

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

Sandwall commented 8 years ago

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

hgoda90 commented 8 years ago

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.