Skip to content
Open

??? #21

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class ChartingState extends MusicBeatState
'Hurt Note',
'GF Sing',
'No Animation'
'Missle'
'Aflac Attack'
];
private var noteTypeIntMap:Map<Int, String> = new Map<Int, String>();
private var noteTypeMap:Map<String, Null<Int>> = new Map<String, Null<Int>>();
Expand Down Expand Up @@ -2229,4 +2231,4 @@ class AttachedFlxText extends FlxText
alpha = sprTracker.alpha;
}
}
}
}