[gd_scene load_steps=4 format=3 uid="uid://7h2vibxobovj"] [ext_resource type="Script" uid="uid://m2cmtbl8jggr" path="res://stage/dice_selection/dice_selection.gd" id="1_tpblt"] [sub_resource type="InputEventAction" id="InputEventAction_dxcsf"] action = &"left_click" [sub_resource type="Shortcut" id="Shortcut_sn5id"] events = [SubResource("InputEventAction_dxcsf")] [node name="DiceSelection" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_tpblt") dice_count = 3 [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 [node name="DeckContainer" type="GridContainer" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 columns = 6 [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 size_flags_stretch_ratio = 0.2 [node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 [node name="SelectedContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer/PanelContainer"] unique_name_in_owner = true layout_mode = 2 [node name="GoButton" type="Button" parent="VBoxContainer/HBoxContainer/VBoxContainer" node_paths=PackedStringArray("shortcut_context")] unique_name_in_owner = true layout_mode = 2 shortcut_context = NodePath(".") shortcut = SubResource("Shortcut_sn5id") text = "GO" [node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 size_flags_stretch_ratio = 0.1 [node name="Label" type="Label" parent="VBoxContainer/PanelContainer"] unique_name_in_owner = true layout_mode = 2 [connection signal="pressed" from="VBoxContainer/HBoxContainer/VBoxContainer/GoButton" to="." method="_on_go_button_pressed"]