From 4407f0f735e8a9124b1963e2d9c927420a6eaaf7 Mon Sep 17 00:00:00 2001 From: Kade M Date: Sun, 16 May 2021 12:17:32 -0700 Subject: [PATCH] oops lol --- assets/preload/data/milf/modchart.lua | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 assets/preload/data/milf/modchart.lua diff --git a/assets/preload/data/milf/modchart.lua b/assets/preload/data/milf/modchart.lua deleted file mode 100644 index c0fd944..0000000 --- a/assets/preload/data/milf/modchart.lua +++ /dev/null @@ -1,17 +0,0 @@ -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 :)") \ No newline at end of file