Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
U
Browse files Browse the repository at this point in the history
  • Loading branch information
USMP-lancer committed Jul 26, 2021
1 parent 98635a1 commit 309286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/code/chaos/ChaosMusic.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

public class ChaosMusic {
public Seq<Music> ambientMusic = Seq.with(crime, anukian_tomb_full);
public Seq<Music> darkMusic = Seq.with(S1W1);
public Seq<Music> darkMusic = Seq.with(doom);
public Seq<Music> bossMusic = Seq.with(corvus);
}

0 comments on commit 309286a

Please sign in to comment.