diff --git a/EvenOdd.jar b/EvenOdd.jar index ea5e319..caf9bc6 100644 Binary files a/EvenOdd.jar and b/EvenOdd.jar differ diff --git a/README.md b/README.md index 0688985..6065a02 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ A recreation of a simple Andoid app I liked and wanted to code myself 4. Click View Raw & the file should download 5. Double-click `EvenOdd.jar` to run the game +###Important Notes for High Scores### +- **When you download an updated version of the game, simply overwrite or delete the old `EvenOdd.jar` file** +- **Saving `EvenOdd.jar` in a new location will reset your high score** +- **Moving the existing `EvenOdd.jar` file will also reset your score** + ###Zip Method### 1. **Download Zip** from this GitHub page (or clone the repository). * You really just need the `EvenOdd.jar` file but you can download all the files if you want diff --git a/src/styles.css b/src/styles.css index a09c3e3..c04dc22 100644 --- a/src/styles.css +++ b/src/styles.css @@ -15,7 +15,7 @@ } #timeScorePane{ - -fx-background-color: lightyellow; + -fx-background-color: #fcff00; } #timeLabel{ /*text color?*/ @@ -24,7 +24,8 @@ /*-fx-background-color: pink; -fx-background-radius: 10px; -fx-padding: 0 5px;*/ - -fx-text-fill: red; + -fx-text-fill: darkblue; + -fx-font-weight: bold; } #scoreLabel{ @@ -55,7 +56,7 @@ -fx-background-color: orange; } #evenPane{ - -fx-background-color: lime; + -fx-background-color: #ff4444; } /*-------------------------------------------- Game over scene-------------------------------------------- */