Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SleekPanther committed May 17, 2016
1 parent 02e37e5 commit 64f96d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified EvenOdd.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

#timeScorePane{
-fx-background-color: lightyellow;
-fx-background-color: #fcff00;
}
#timeLabel{
/*text color?*/
Expand All @@ -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{

Expand Down Expand Up @@ -55,7 +56,7 @@
-fx-background-color: orange;
}
#evenPane{
-fx-background-color: lime;
-fx-background-color: #ff4444;
}

/*-------------------------------------------- Game over scene-------------------------------------------- */
Expand Down

0 comments on commit 64f96d9

Please sign in to comment.