more christmas stuff

This commit is contained in:
Cameron Taylor
2021-01-19 21:44:09 -05:00
parent d2509f0a22
commit 95caf7ee63
16 changed files with 354 additions and 14 deletions

View File

@ -225,9 +225,7 @@ class ChartingState extends MusicBeatState
stepperBPM.value = Conductor.bpm;
stepperBPM.name = 'song_bpm';
var characters:Array<String> = [
"bf", 'dad', 'gf', 'spooky', 'monster', 'pico', 'mom', 'mom-car', 'bf-car', 'parents-christmas', 'monster-christmas'
];
var characters:Array<String> = CoolUtil.coolTextFile('assets/data/characterList.txt');
for (i in Assets.getText('assets/images/custom_chars/charlist.txt').split('\n'))
{