Files
godot-demo-projects/gui/input_mapping/ActionRemapButton.tscn
Hugo Locurcio 4d49bbd1b8 Update demos for Godot 4.4
- Resave all files with Godot 4.4 to make use of script/shader UIDs.
- Use AgX tonemapping in all demos that used a tonemapper other than Linear.
2025-03-21 02:00:41 +01:00

10 lines
288 B
Plaintext

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