diff --git a/source/editors/ChartingState.hx b/source/editors/ChartingState.hx index f1c2a9b21..84f018d20 100644 --- a/source/editors/ChartingState.hx +++ b/source/editors/ChartingState.hx @@ -62,6 +62,8 @@ class ChartingState extends MusicBeatState 'Hurt Note', 'GF Sing', 'No Animation' + 'Missle' + 'Aflac Attack' ]; private var noteTypeIntMap:Map = new Map(); private var noteTypeMap:Map> = new Map>(); @@ -2229,4 +2231,4 @@ class AttachedFlxText extends FlxText alpha = sprTracker.alpha; } } -} \ No newline at end of file +}