From 8a95be0b5f3aa4b25e047ec44c4e79690f68b59c Mon Sep 17 00:00:00 2001 From: KadeDev Date: Fri, 2 Apr 2021 16:51:32 -0700 Subject: [PATCH] oops --- assets/preload/data/freeplaySonglist.txt | 38 ++++++++++++------------ source/FreeplayState.hx | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/assets/preload/data/freeplaySonglist.txt b/assets/preload/data/freeplaySonglist.txt index 16938e3..123e8a3 100644 --- a/assets/preload/data/freeplaySonglist.txt +++ b/assets/preload/data/freeplaySonglist.txt @@ -1,19 +1,19 @@ -Tutorial:gf -Bopeebo:dad -Fresh:dad -Dadbattle:dad -Spookeez:spooky -South:spooky -Monster:monster -Pico:pico -Philly:pico -Blammed:pico -Satin-Panties:mom -High:mom -Milf:mom -Cocoa:parents-christmas -Eggnog:parents-christmas -Winter-Horrorland:monster-christmas -Senpai:senpai -Roses:senpai -Thorns:spirit \ No newline at end of file +Tutorial:gf:1 +Bopeebo:dad:1 +Fresh:dad:1 +Dadbattle:dad:1 +Spookeez:spooky:2 +South:spooky:2 +Monster:monster:2 +Pico:pico:3 +Philly:pico:3 +Blammed:pico:3 +Satin-Panties:mom:4 +High:mom:4 +Milf:mom:4 +Cocoa:parents-christmas:5 +Eggnog:parents-christmas:5 +Winter-Horrorland:monster-christmas:5 +Senpai:senpai:6 +Roses:senpai:6 +Thorns:spirit:6 \ No newline at end of file diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index c051894..22be5c9 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -42,7 +42,7 @@ class FreeplayState extends MusicBeatState for (i in 0...initSonglist.length) { var data:Array = initSonglist[i].split(':'); - songs.push(new SongMetadata(data[0], 1, data[1])); + songs.push(new SongMetadata(data[0], data[2], data[1])); } /*