mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Fixed b icon showing on side taunt
This commit is contained in:
parent
b0c8d45f91
commit
207dff7ece
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ impl InputLog {
|
||||||
.filter_map(|button| {
|
.filter_map(|button| {
|
||||||
Some(match *button {
|
Some(match *button {
|
||||||
Buttons::ATTACK | Buttons::ATTACK_RAW => ("a", GREEN),
|
Buttons::ATTACK | Buttons::ATTACK_RAW => ("a", GREEN),
|
||||||
Buttons::SPECIAL | Buttons::SPECIAL_RAW | Buttons::SPECIAL_RAW2 => ("b", RED),
|
Buttons::SPECIAL | Buttons::SPECIAL_RAW2 => ("b", RED),
|
||||||
Buttons::JUMP => ("x", CYAN),
|
Buttons::JUMP => ("x", CYAN),
|
||||||
Buttons::GUARD | Buttons::GUARD_HOLD => ("lb", BLUE),
|
Buttons::GUARD | Buttons::GUARD_HOLD => ("lb", BLUE),
|
||||||
Buttons::CATCH => ("zr", PURPLE),
|
Buttons::CATCH => ("zr", PURPLE),
|
||||||
|
|
Loading…
Reference in a new issue