aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorZach Jordan <zxjordan5@gmail.com>2023-05-30 09:39:45 -0400
committerZach Jordan <zxjordan5@gmail.com>2023-05-30 09:39:45 -0400
commitc19cbf5cd9a4186fb94ba90361505d8dc71b04ab (patch)
tree036f916058e0248019132d78dffd5f7e98b2425c /src/main
parent042685d2230a164a0da9e68e2cc881ec8b087a27 (diff)
parent8dc661c2da567cfd7beea9ce0e1bb557962e654c (diff)
downloadNPEhero-c19cbf5cd9a4186fb94ba90361505d8dc71b04ab.tar.gz
NPEhero-c19cbf5cd9a4186fb94ba90361505d8dc71b04ab.tar.bz2
NPEhero-c19cbf5cd9a4186fb94ba90361505d8dc71b04ab.zip
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
Diffstat (limited to 'src/main')
-rw-r--r--src/main/Difficulty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Difficulty.java b/src/main/Difficulty.java
index 30b81d4..03460ee 100644
--- a/src/main/Difficulty.java
+++ b/src/main/Difficulty.java
@@ -20,7 +20,7 @@ public class Difficulty
public String title;
private ObservableList<LeaderboardEntry> leaderboard;
public File notes;
- public int bpm;
+ public int bpm = 28;
public File song;
public int numBeats;
public JSONObject diffStuff;