mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Adding persistence InputMapping
Update gui/input_mapping/KeyPersistence.gd Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user