mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
make bep less intense
This commit is contained in:
committed by
Aiden McClelland
parent
b54cb18efd
commit
a4ef11a60f
@@ -337,7 +337,7 @@ macro_rules! song {
|
||||
};
|
||||
}
|
||||
|
||||
pub const BEP: Song<[(Option<Note>, TimeSlice); 1]> = song!(120, [note(A, 4, Quarter);]);
|
||||
pub const BEP: Song<[(Option<Note>, TimeSlice); 1]> = song!(150, [note(A, 4, Sixteenth);]);
|
||||
|
||||
pub const MARIO_DEATH: Song<[(Option<Note>, TimeSlice); 12]> = song!(400, [
|
||||
note(B, 4, Quarter);
|
||||
|
||||
Reference in New Issue
Block a user