mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
i completely forgot i added this thing that would pitch up all music in ANN, i left it in cause turns out you cant pitch up AudioStreamInteractives, so i just kinda forgot about it. whoops
This commit is contained in:
@@ -224,8 +224,6 @@ func handle_music() -> void:
|
||||
music_player.get_stream_playback().switch_to_clip(1)
|
||||
elif music_player.get_stream_playback().get_current_clip_index() != 0:
|
||||
music_player.get_stream_playback().switch_to_clip(0)
|
||||
if DiscoLevel.in_disco_level:
|
||||
music_player.pitch_scale = 2
|
||||
|
||||
func handle_music_override() -> void:
|
||||
if music_override_player.stream is AudioStreamInteractive and music_override_player.is_playing():
|
||||
|
Reference in New Issue
Block a user