waited far too long for an initial commit but here we are
This commit is contained in:
75
Resources/Keymaps/qwerty.tres
Normal file
75
Resources/Keymaps/qwerty.tres
Normal file
@@ -0,0 +1,75 @@
|
||||
[gd_resource type="Resource" script_class="PlayerKeymap" load_steps=14 format=3 uid="uid://dml3iwhpttdat"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/player_keymap.gd" id="1_6xs82"]
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_g7iw8"]
|
||||
device = -1
|
||||
keycode = 81
|
||||
unicode = 113
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_brup3"]
|
||||
device = -1
|
||||
keycode = 69
|
||||
unicode = 101
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_p6g50"]
|
||||
device = -1
|
||||
keycode = 32
|
||||
unicode = 32
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_cavx6"]
|
||||
device = -1
|
||||
keycode = 83
|
||||
unicode = 115
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_e7m41"]
|
||||
device = -1
|
||||
keycode = 87
|
||||
unicode = 119
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_5ut3l"]
|
||||
device = -1
|
||||
keycode = 65
|
||||
unicode = 97
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_3uioy"]
|
||||
device = -1
|
||||
keycode = 68
|
||||
unicode = 100
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_6mykw"]
|
||||
device = -1
|
||||
keycode = 4194309
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_ujdbv"]
|
||||
device = -1
|
||||
keycode = 4194305
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_kiqcj"]
|
||||
device = -1
|
||||
keycode = 70
|
||||
unicode = 102
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_tmf7l"]
|
||||
device = -1
|
||||
keycode = 4194325
|
||||
|
||||
[sub_resource type="InputEventKey" id="InputEventKey_a3okn"]
|
||||
device = -1
|
||||
keycode = 4194306
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_6xs82")
|
||||
title = "QWERTY"
|
||||
move_forward = SubResource("InputEventKey_e7m41")
|
||||
move_backward = SubResource("InputEventKey_cavx6")
|
||||
move_left = SubResource("InputEventKey_5ut3l")
|
||||
move_right = SubResource("InputEventKey_3uioy")
|
||||
jump = SubResource("InputEventKey_p6g50")
|
||||
sprint = SubResource("InputEventKey_tmf7l")
|
||||
interact = SubResource("InputEventKey_brup3")
|
||||
open_text_chat = SubResource("InputEventKey_6mykw")
|
||||
ready = SubResource("InputEventKey_kiqcj")
|
||||
pause = SubResource("InputEventKey_ujdbv")
|
||||
equip_card_in_gauntlet = SubResource("InputEventKey_g7iw8")
|
||||
view_map = SubResource("InputEventKey_a3okn")
|
||||
Reference in New Issue
Block a user