Skip to content

Commit

Permalink
Update and rename audio_multiple_bytebeats.nim to audio_bytebeats.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
CardealRusso authored Oct 16, 2024
1 parent 15525ec commit 081e1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fenstim, fenstim_audio, math

var
app = init(Fenster, "Multiple Bytebeat. Switch with left click.", 800, 600, 60)
app = init(Fenster, "Bytebeats. Switch with Left Click.", 800, 600, 60)
app_audio = init(FensterAudio)
t, u, currentBeat = 0

Expand Down

0 comments on commit 081e1ef

Please sign in to comment.