From 884103d805270bd776b7a485d9431401c0c05594 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Sun, 30 Mar 2025 18:50:13 +0000 Subject: [PATCH] #16 added ores to player inventory #14 show inventory in UI --- Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions b/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions index 6d0e7a8..1d4f10f 100644 --- a/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions +++ b/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions @@ -349,6 +349,24 @@ "processors": "", "interactions": "", "initialStateCheck": false + }, + { + "name": "Escape", + "type": "Button", + "id": "646986b3-5de0-4aa2-ac34-b9d8ddc48d6c", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + }, + { + "name": "Inventory", + "type": "Button", + "id": "b425611e-206f-4a50-938e-ad263b5330a1", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false } ], "bindings": [ @@ -769,6 +787,39 @@ "action": "TrackedDeviceOrientation", "isComposite": false, "isPartOfComposite": false + }, + { + "name": "", + "id": "177f2cf0-6cd0-4668-aa27-ef41d43ba029", + "path": "<Keyboard>/escape", + "interactions": "", + "processors": "", + "groups": "Keyboard&Mouse", + "action": "Escape", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "1438d6b5-7319-4660-86b3-d9d61e833179", + "path": "<Keyboard>/b", + "interactions": "", + "processors": "", + "groups": "Keyboard&Mouse", + "action": "Inventory", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "e7cd7446-649d-436b-bafd-13577f40d4cc", + "path": "<Keyboard>/i", + "interactions": "", + "processors": "", + "groups": "Keyboard&Mouse", + "action": "Inventory", + "isComposite": false, + "isPartOfComposite": false } ] } -- Gitblit v1.9.3