mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cctu6l46yqxu3"]
|
|
|
|
[ext_resource type="Script" uid="uid://duj40c7016ubf" 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")
|