DEADSOFTWARE

Add crafting
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / input / mapper / KeyboardInputActionMapper.kt
index fefd4ad4a228c9b7f304ef689ee27163db455fdb..ca91f486951fdf0b737ede5f84d8fbd3e92df3dd 100644 (file)
@@ -25,6 +25,8 @@ class KeyboardInputActionMapper @Inject constructor() {
             Input.Keys.GRAVE -> KeyboardInputActionKey.SwitchGameMode
             Input.Keys.M -> KeyboardInputActionKey.ShowMap
 
+            Input.Keys.T -> KeyboardInputActionKey.OpenCraft
+
             else -> null
         }