Files
godot-demo-projects/gui/input_mapping/ActionRemapButton.tscn
Voylin 471243f38e Adding persistence InputMapping
Update gui/input_mapping/KeyPersistence.gd

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2022-05-08 06:33:49 +09:00

10 lines
265 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cy6kmby6mupvv"]
[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" )