From 2d193ec805f9573931f49a2bd754f06bcdd53069 Mon Sep 17 00:00:00 2001 From: misabiko Date: Sun, 14 Jun 2020 18:57:01 -0400 Subject: [PATCH] Added Place button (temp?) --- Assets/Settings/Bomberman.inputactions | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Assets/Settings/Bomberman.inputactions b/Assets/Settings/Bomberman.inputactions index 429807f..fd1f8e5 100644 --- a/Assets/Settings/Bomberman.inputactions +++ b/Assets/Settings/Bomberman.inputactions @@ -28,6 +28,14 @@ "expectedControlType": "Button", "processors": "", "interactions": "" + }, + { + "name": "Place", + "type": "Button", + "id": "a64e6479-28a7-43b4-ac85-f2f7530c11ff", + "expectedControlType": "Button", + "processors": "", + "interactions": "" } ], "bindings": [ @@ -250,6 +258,17 @@ "action": "Fire", "isComposite": false, "isPartOfComposite": false + }, + { + "name": "", + "id": "2dc88cb3-0b07-4f63-a7c7-dff30f53d2a6", + "path": "/buttonSouth", + "interactions": "", + "processors": "", + "groups": "Gamepad", + "action": "Place", + "isComposite": false, + "isPartOfComposite": false } ] },