From aa645f1dd4a38bec3b05f216eaad2428a13036ac Mon Sep 17 00:00:00 2001 From: Ny Bruker <robinhs@stud.ntnu.no> Date: Thu, 10 Nov 2022 16:47:13 +0100 Subject: [PATCH] Added fire with mouse0. --- MrBigsock/Assets/Code/PlayerController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MrBigsock/Assets/Code/PlayerController.cs b/MrBigsock/Assets/Code/PlayerController.cs index 9607dd73..6a2ca820 100644 --- a/MrBigsock/Assets/Code/PlayerController.cs +++ b/MrBigsock/Assets/Code/PlayerController.cs @@ -179,6 +179,7 @@ namespace BigSock { // Check ability 1. CheckAbilityInput(KeyCode.Space, _testAttack); + CheckAbilityInput(KeyCode.Mouse0, _testAttack); // Check ability 2. CheckAbilityInput(KeyCode.Z, _testAttack2); // Check ability 3. -- GitLab