oops
This commit is contained in:
parent
aa054a828c
commit
8a95be0b5f
@ -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
|
||||
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
|
@ -42,7 +42,7 @@ class FreeplayState extends MusicBeatState
|
||||
for (i in 0...initSonglist.length)
|
||||
{
|
||||
var data:Array<String> = initSonglist[i].split(':');
|
||||
songs.push(new SongMetadata(data[0], 1, data[1]));
|
||||
songs.push(new SongMetadata(data[0], data[2], data[1]));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user