From 790189930f82b10d0d17f7368a3c1a588e541280 Mon Sep 17 00:00:00 2001 From: Carlo Supina Date: Fri, 19 Apr 2024 15:39:20 -0500 Subject: [PATCH] Fix two player controllers bug --- Cargo.toml | 2 +- src/options/input.ron | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0fd7cea8..172876a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/options/input.ron b/src/options/input.ron index e7ab4128..297887eb 100644 --- a/src/options/input.ron +++ b/src/options/input.ron @@ -25,7 +25,6 @@ (JoinGamepad, South), (Back, East), (Confirm, Start), - (Confirm, South), (Reset, East), (ExitPauseMenu, Start), (PauseGame, Start),