[gd_scene load_steps=2 format=3 uid="uid://n5vmjs3xhmma"] [ext_resource type="Script" path="res://parametres/assign_menu/assigner_bouton.gd" id="1_jtqf2"] [node name="assigner_bouton" type="Control" groups=["changer_touches"]] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_jtqf2") [node name="HBoxContainer" type="HBoxContainer" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -268.5 offset_top = -26.5 offset_right = 268.5 offset_bottom = 26.5 grow_horizontal = 2 grow_vertical = 2 alignment = 1 [node name="Label" type="Label" parent="HBoxContainer"] custom_minimum_size = Vector2(200, 40) layout_mode = 2 theme_override_font_sizes/font_size = 32 text = "ACTION" vertical_alignment = 1 [node name="VSeparator" type="VSeparator" parent="HBoxContainer"] modulate = Color(1, 1, 1, 0) self_modulate = Color(1, 1, 1, 0) custom_minimum_size = Vector2(50, 0) layout_mode = 2 [node name="Button" type="Button" parent="HBoxContainer"] custom_minimum_size = Vector2(75, 75) layout_mode = 2 theme_override_font_sizes/font_size = 32 text = "BOUTON ACTION " [connection signal="pressed" from="HBoxContainer/Button" to="." method="_on_button_pressed"]