diff options
author | Aidan Ross <aross02@fairport.org> | 2023-05-24 08:31:24 -0400 |
---|---|---|
committer | Aidan Ross <aross02@fairport.org> | 2023-05-24 08:31:24 -0400 |
commit | a5a885fa2601e94e65ae4bd70a425a0bcf6c1755 (patch) | |
tree | 004ffb49e2aa8b290280c96e302e0b45e249940f /src/fallTest/TButton.java | |
parent | 526ef0e608272f9d53c07cb802182ded9996e216 (diff) | |
download | NPEhero-a5a885fa2601e94e65ae4bd70a425a0bcf6c1755.tar.gz NPEhero-a5a885fa2601e94e65ae4bd70a425a0bcf6c1755.tar.bz2 NPEhero-a5a885fa2601e94e65ae4bd70a425a0bcf6c1755.zip |
Improvements to newSongPlayer
Diffstat (limited to 'src/fallTest/TButton.java')
-rw-r--r-- | src/fallTest/TButton.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fallTest/TButton.java b/src/fallTest/TButton.java index d18771f..117a8e1 100644 --- a/src/fallTest/TButton.java +++ b/src/fallTest/TButton.java @@ -15,7 +15,7 @@ public class TButton extends Rectangle { super(); - Color newCol = new Color(c.darker().getRed(), c.darker().getGreen(), c.darker().getBlue(), 0.25); + Color newCol = new Color(c.darker().getRed(), c.darker().getGreen(), c.darker().getBlue(), 0.45); super.setFill(newCol); super.setWidth(a); super.setHeight(b); |