From 875501902577f5a5520218d9740c8939e3a216e4 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Tue, 4 Jan 2022 15:12:53 -0600 Subject: [PATCH] Add new Explanation --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 971a437..ba3bc30 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ All roms can be zipped into a `.zip`, `.rar`, or `.7z` archive | [Arcade] | | [Atari 2600] | -## Tips +## More Features To customize the filename of save states, add the line of code below @@ -99,3 +99,12 @@ To add an ad to the play now screen, add the following line to your code ``` EJS_AdUrl = ''; //path to AD page ``` + +
+ +To change the default color of the emulator interface, add the line below + +``` +EJS_color = ''; //hex color id +``` +You can set the color to a hex color code, for example `#FF0000` (red)