mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Taunt improvements.
This commit is contained in:
parent
f7a3d43e54
commit
761a3d53df
2 changed files with 4 additions and 2 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit dcfda23b549f84a2314d3b676972af237f321ac7
|
||||
Subproject commit e32bc0bbcecef4120e4272bc94f952801be06ec9
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue