mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
fix octaves for mario death
This commit is contained in:
committed by
Aiden McClelland
parent
a7363ae4e1
commit
e75ac1e1b8
@@ -348,9 +348,9 @@ pub const MARIO_DEATH: Song<[(Option<Note>, TimeSlice); 12]> = song!(400, [
|
||||
note(E, 5, Triplet(&Half));
|
||||
note(D, 5, Triplet(&Half));
|
||||
note(C, 5, Quarter);
|
||||
note(E, 5, Quarter);
|
||||
note(E, 4, Quarter);
|
||||
rest(Quarter);
|
||||
note(E, 5, Quarter);
|
||||
note(E, 4, Quarter);
|
||||
note(C, 4, Half);
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user