17 lines
331 B
Lua
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 :)") |