blob: 11997d6deafcc9d883fa6b5e964f784fd6e3b2d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[gd_scene format=3 uid="uid://c6r0nv5daq7wc"]
[ext_resource type="Script" uid="uid://ckb78voiq05e3" path="res://gui/menus/settings/input/input_value_node.gd" id="1_snxax"]
[ext_resource type="Texture2D" uid="uid://cnfjbowd2i02r" path="res://gui/resources/icons/plus.svg" id="2_3vlvc"]
[node name="InputValueNode" type="VBoxContainer" unique_id=533450939]
offset_right = 128.0
offset_bottom = 31.0
theme_override_constants/separation = 0
script = ExtResource("1_snxax")
[node name="ActionsContainer" type="VBoxContainer" parent="." unique_id=1714871417]
layout_mode = 2
theme_override_constants/separation = 0
[node name="Add" type="Button" parent="." unique_id=1977567965]
custom_minimum_size = Vector2(128, 0)
layout_mode = 2
size_flags_vertical = 3
text = "c.settings.input.add"
icon = ExtResource("2_3vlvc")
expand_icon = true
[connection signal="pressed" from="Add" to="." method="_on_add_pressed"]
|