Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoFlamejanteTV committed Nov 14, 2024
1 parent 1e67c05 commit 7d738a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cls

lime run windows
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5831,7 +5831,7 @@ class PlayState extends MusicBeatState
hitsound.pitch = playbackRate;

/*if(sonichit) {
ClientPreft.scrollspeed++
ClientPreft.scrollspeed+= 0.01
}*/
if (FileSystem.exists('assets/shared/images/' + hitsoundImageToLoad + '.png') || FileSystem.exists(Paths.modFolders('images/' + hitsoundImageToLoad + '.png')) && hitImagesFrame < 4)
{
Expand Down

0 comments on commit 7d738a8

Please sign in to comment.