diff options
| author | Zach Jordan <zxjordan5@gmail.com> | 2023-06-05 08:59:00 -0400 | 
|---|---|---|
| committer | Zach Jordan <zxjordan5@gmail.com> | 2023-06-05 08:59:00 -0400 | 
| commit | 1709842a9ac8521f18296a79286a6361aa64bcc1 (patch) | |
| tree | feb695606df6b8e66e80310b686664295872f716 /src/gui | |
| parent | 0208dbcecb7c60a18e9c87d07e405dbb3b53fd23 (diff) | |
| download | NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.tar.gz NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.tar.bz2 NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.zip  | |
new apathetic empathy difficulty
Diffstat (limited to '')
| -rw-r--r-- | src/gui/Driver.java | 2 | ||||
| -rw-r--r-- | src/gui/style.css | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Driver.java b/src/gui/Driver.java index 00a71cf..b588b22 100644 --- a/src/gui/Driver.java +++ b/src/gui/Driver.java @@ -75,7 +75,7 @@ public class Driver extends Application          setMenu(new MainMenu()); -        setBackground("assets/forest.png"); +        setBackground("assets/mountains.png");          primaryStage.addEventHandler(KeyEvent.KEY_PRESSED, event -> { //full screen stuff              if (KeyCode.F11.equals(event.getCode())) { diff --git a/src/gui/style.css b/src/gui/style.css index 3b05196..70dd775 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -189,7 +189,7 @@ Slider:focused .thumb{  .t0 {      -fx-font-size: 125; -    -fx-fill: white; +    -fx-fill: black;  }  .t1 {  | 
