Taunt improvements.

This commit is contained in:
EliteMasterEric 2024-03-02 23:23:52 -05:00
parent f7a3d43e54
commit 761a3d53df
2 changed files with 4 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit dcfda23b549f84a2314d3b676972af237f321ac7
Subproject commit e32bc0bbcecef4120e4272bc94f952801be06ec9

View File

@ -140,7 +140,9 @@ class ChartEditorDropdowns
"weekend-1-darnelluppercut" => "Darnell Uppercut (Blazin')",
"weekend-1-idle" => "Idle (Blazin')",
"weekend-1-fakeout" => "Fakeout (Blazin')",
"weekend-1-reversefakeout" => "Reverse Fakeout (Blazin')",
"weekend-1-taunt" => "Taunt (If Fakeout) (Blazin')",
"weekend-1-tauntforce" => "Taunt (Forced) (Blazin')",
"weekend-1-reversefakeout" => "Fakeout (Reverse) (Blazin')",
];
public static function populateDropdownWithNoteKinds(dropDown:DropDown, startingKindId:String):DropDownEntry