mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Adjusted button mapping for attack and special (#429)
This commit is contained in:
parent
97c2dc5fd0
commit
8ffee85d2b
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ use toml;
|
|||
lazy_static! {
|
||||
// Using the LuaConst names wasn't working for some reason...
|
||||
static ref BUTTON_MAPPING: HashMap<&'static str, i32> = HashMap::from([
|
||||
("ATTACK", 1), // *CONTROL_PAD_BUTTON_ATTACK
|
||||
("SPECIAL", 2), // *CONTROL_PAD_BUTTON_SPECIAL
|
||||
("ATTACK", 0), // *CONTROL_PAD_BUTTON_ATTACK
|
||||
("SPECIAL", 1), // *CONTROL_PAD_BUTTON_SPECIAL
|
||||
("SHIELD", 3), // *CONTROL_PAD_BUTTON_GUARD
|
||||
("GRAB", 9), // *CONTROL_PAD_BUTTON_CATCH
|
||||
("JUMP", 2), // *CONTROL_PAD_BUTTON_JUMP
|
||||
|
|
Loading…
Reference in a new issue