-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInputManagerSettings.tres
More file actions
34 lines (29 loc) · 1.39 KB
/
InputManagerSettings.tres
File metadata and controls
34 lines (29 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_resource type="Resource" script_class="InputManagerSettings" load_steps=6 format=3 uid="uid://bbsg6di5rytkf"]
[ext_resource type="Script" uid="uid://bk8pgw1upqucw" path="res://Core/System/InputManagerAction.gd" id="1_0e4x1"]
[ext_resource type="Script" uid="uid://df7xtdo2h6ipp" path="res://Core/System/InputManagerSettings.gd" id="2_r02qc"]
[sub_resource type="Resource" id="Resource_a7fsf"]
script = ExtResource("1_0e4x1")
friendly_name = "Jump"
default_binds = PackedStringArray("key_space", "button_a")
context_groups = ["character"]
metadata/_custom_type_script = "uid://bk8pgw1upqucw"
[sub_resource type="Resource" id="Resource_0e4x1"]
script = ExtResource("1_0e4x1")
friendly_name = "Left"
default_binds = PackedStringArray("key_left", "button_left", "axis_leftx-")
context_groups = ["character"]
metadata/_custom_type_script = "uid://bk8pgw1upqucw"
[sub_resource type="Resource" id="Resource_r02qc"]
script = ExtResource("1_0e4x1")
friendly_name = "Right"
default_binds = PackedStringArray("key_right", "button_right", "axis_leftx+")
context_groups = ["character"]
metadata/_custom_type_script = "uid://bk8pgw1upqucw"
[resource]
script = ExtResource("2_r02qc")
actions = Dictionary[String, ExtResource("1_0e4x1")]({
"game_jump": SubResource("Resource_a7fsf"),
"game_left": SubResource("Resource_0e4x1"),
"game_right": SubResource("Resource_r02qc")
})
metadata/_custom_type_script = "uid://df7xtdo2h6ipp"