diff --git a/README.md b/README.md index 85901b9..0312d00 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Compatable games list: https://github.com/TurtleMan64/SADX-SA2-Input-Display/releases/latest ### Additional Features -You can switch between skins by using left/right arrow keys on your keyboard. New skins can be added by simply creating a new folder with the same filenames in them. - -The program also counts how many times you have pressed each button. You can view the button counts be pressing the `B` key on the keyboard. Pressing `R` will reset the button counts to zero. - + * You can switch between skins by using left/right arrow keys on your keyboard. New skins can be added by simply creating a new folder with the same filenames in them. + * The background color can be defined in `BackgroundColor.ini`, (RGB values from 0-255) + * The stick color can be defined in `StickColor.ini`, (RGB values from 0-255) + * The program also counts how many times you have pressed each button. You can view the button counts be pressing the `B` key on the keyboard. Pressing `R` will reset the button counts to zero. + #### How to compile: Use the provided `build.bat` script to build the project. This will produce the final `SonicInputDisplay.exe` diff --git a/README.txt b/README.txt deleted file mode 100644 index 54d896b..0000000 --- a/README.txt +++ /dev/null @@ -1,14 +0,0 @@ -This input display works for: - -SADX (2004 disc version) - -SA2 - -Sonic Heroes - -Sonic Mania - -You can switch between skins by using left/right arrow -keys on your keyboard. New skins can be added by simply -creating a new folder with the same filenames in them. - -The program also counts how many times you have pressed -each button. You can view the button counts be pressing -the B key on the keyboard. Pressing R will reset the -button counts to zero.