Skip to content

Commit

Permalink
Fix two player controllers bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsupina authored Apr 19, 2024
1 parent 037d126 commit 7901899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bevy_ecs = "0.13"
bevy_reflect = "0.13"
bevy_input = "0.13"
bevy_kira_audio = { version = "0.19", features = ["mp3", "wav"] }
leafwing-input-manager = "0.13"
leafwing-input-manager = {git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "29a9458"}
ron = "0.8.0"
bevy_time = "0.13"
bevy_math = "0.13"
Expand Down
1 change: 0 additions & 1 deletion src/options/input.ron
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
(JoinGamepad, South),
(Back, East),
(Confirm, Start),
(Confirm, South),
(Reset, East),
(ExitPauseMenu, Start),
(PauseGame, Start),
Expand Down

0 comments on commit 7901899

Please sign in to comment.