Adding persistence InputMapping

Update gui/input_mapping/KeyPersistence.gd

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
This commit is contained in:
Voylin
2022-05-08 06:33:49 +09:00
parent bde67b4c5e
commit 471243f38e
5 changed files with 56 additions and 16 deletions

View File

@@ -1,12 +1,9 @@
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=2 format=3 uid="uid://cy6kmby6mupvv"]
[ext_resource path="res://ActionRemapButton.gd" type="Script" id=1]
[ext_resource type="Script" path="res://ActionRemapButton.gd" id="1"]
[node name="ActionRemapButton" type="Button"]
offset_right = 90.0
offset_bottom = 30.0
toggle_mode = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
script = ExtResource( "1" )