2021-05-06 18:12:58 -07:00

17 lines
331 B
Lua

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 :)")