This commit is contained in:
Kade M
2021-05-06 18:12:58 -07:00
parent 368a6f8787
commit 28cc2a96d2
3 changed files with 75 additions and 3 deletions

View File

@ -0,0 +1,17 @@
function start (song)
print("Song: " .. song .. " @ " .. bpm .. " donwscroll: " .. downscroll)
end
function update (elapsed) -- modified example https://twitter.com/KadeDeveloper/status/1382178179184422918
print(fuckyou[1])
end
function beatHit (beat)
end
function stepHit (step)
end
print("Mod Chart script loaded :)")