diff options
| author | Chris Bradley <1029chris@gmail.com> | 2022-02-20 17:51:17 -0800 |
|---|---|---|
| committer | Chris Bradley <1029chris@gmail.com> | 2022-02-20 17:51:17 -0800 |
| commit | ae91f49c0e637c9b47f8ce5537f4e3a14eea1b92 (patch) | |
| tree | 5384a0fd4ed625ee8670a83cc9fd292a063cab0a /objects.lua | |
| parent | 8b236f9ee426381aacca305a8dc6803797aab62f (diff) | |
Main menu and win music!!! score scrolls in too
also fixed boss dropping stuff ONCE AND FOR ALL!!!!!!
Diffstat (limited to 'objects.lua')
| -rw-r--r-- | objects.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects.lua b/objects.lua index 313e59e..367dd87 100644 --- a/objects.lua +++ b/objects.lua @@ -47,6 +47,7 @@ function playsong(song, fade) currentsong = song end end +playsong(29) --main menu music function addplayer1() --reduces tokens since called once per gamemmode addplayer(18, 60, 16, 17, 18, 3) |
