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 | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions b/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions
index de093a3..1d4f10f 100644
--- a/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions
+++ b/Assets/Characters/Player/GrayNinja/PlayerInputActions.inputactions
@@ -358,6 +358,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
+ },
+ {
+ "name": "Inventory",
+ "type": "Button",
+ "id": "b425611e-206f-4a50-938e-ad263b5330a1",
+ "expectedControlType": "Button",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": false
}
],
"bindings": [
@@ -789,6 +798,28 @@
"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.10.0