enabled enforced static typing
This commit is contained in:
83
Resources/Keymaps/controller.tres
Normal file
83
Resources/Keymaps/controller.tres
Normal file
@@ -0,0 +1,83 @@
|
||||
[gd_resource type="Resource" script_class="PlayerKeymap" load_steps=18 format=3 uid="uid://ciy3467h2g8fi"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/player_keymap.gd" id="1_tfpk7"]
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_wcd5e"]
|
||||
button_index = 9
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_u2vjr"]
|
||||
axis = 5
|
||||
axis_value = 1.0
|
||||
|
||||
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_t6w8w"]
|
||||
axis = 4
|
||||
axis_value = 1.0
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_cmg03"]
|
||||
button_index = 2
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_u1s05"]
|
||||
|
||||
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_rkpws"]
|
||||
axis = 1
|
||||
axis_value = 1.0
|
||||
|
||||
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_hfod6"]
|
||||
axis = 1
|
||||
axis_value = -1.0
|
||||
|
||||
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_8v3ji"]
|
||||
axis_value = -1.0
|
||||
|
||||
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_mdo5n"]
|
||||
axis_value = 1.0
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_g0awx"]
|
||||
button_index = 11
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_rdp3w"]
|
||||
button_index = 6
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_pt0da"]
|
||||
button_index = 1
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_1ppnc"]
|
||||
button_index = 14
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_ntg7n"]
|
||||
button_index = 13
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_0ju3o"]
|
||||
button_index = 7
|
||||
pressed = true
|
||||
|
||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_171bh"]
|
||||
button_index = 4
|
||||
pressed = true
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_tfpk7")
|
||||
title = "Controller"
|
||||
move_forward = SubResource("InputEventJoypadMotion_hfod6")
|
||||
move_backward = SubResource("InputEventJoypadMotion_rkpws")
|
||||
move_left = SubResource("InputEventJoypadMotion_8v3ji")
|
||||
move_right = SubResource("InputEventJoypadMotion_mdo5n")
|
||||
jump = SubResource("InputEventJoypadButton_u1s05")
|
||||
sprint = SubResource("InputEventJoypadButton_0ju3o")
|
||||
interact = SubResource("InputEventJoypadButton_cmg03")
|
||||
open_text_chat = SubResource("InputEventJoypadButton_g0awx")
|
||||
ready = SubResource("InputEventJoypadButton_pt0da")
|
||||
pause = SubResource("InputEventJoypadButton_rdp3w")
|
||||
equip_card_in_gauntlet = SubResource("InputEventJoypadButton_wcd5e")
|
||||
view_map = SubResource("InputEventJoypadButton_171bh")
|
||||
fire1 = SubResource("InputEventJoypadMotion_u2vjr")
|
||||
fire2 = SubResource("InputEventJoypadMotion_t6w8w")
|
||||
select_next_card = SubResource("InputEventJoypadButton_1ppnc")
|
||||
select_prev_card = SubResource("InputEventJoypadButton_ntg7n")
|
||||
Reference in New Issue
Block a user