20 lines
577 B
Plaintext
20 lines
577 B
Plaintext
|
|
[gd_scene load_steps=2 format=3 uid="uid://dok5ty1o02wg3"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://addons/inputty/Rebind/InputRemap.gd" id="1_2coyj"]
|
||
|
|
|
||
|
|
[node name="Control" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="InputRemap" type="Control" parent="."]
|
||
|
|
anchors_preset = 0
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
script = ExtResource("1_2coyj")
|
||
|
|
actionNames = Array[StringName]([&"player_right", &"player_left"])
|
||
|
|
actionDisplayNames = Array[String](["walk left", "walk right"])
|