diff options
author | tpart <tpart120@proton.me> | 2024-08-15 21:40:26 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-15 21:40:26 +0200 |
commit | e95cbb5ce2897d99be79c34a0b75eb844ab5b26d (patch) | |
tree | 5083e2bb0a0e1eed2053f636d8de795663e0a1cd /client/menu/lobby.tscn | |
parent | bac2a7a1bae77b6aae1f65de894fb634a8b077d6 (diff) | |
download | hurrycurry-e95cbb5ce2897d99be79c34a0b75eb844ab5b26d.tar hurrycurry-e95cbb5ce2897d99be79c34a0b75eb844ab5b26d.tar.bz2 hurrycurry-e95cbb5ce2897d99be79c34a0b75eb844ab5b26d.tar.zst |
Make bots scrollable
Diffstat (limited to 'client/menu/lobby.tscn')
-rw-r--r-- | client/menu/lobby.tscn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/menu/lobby.tscn b/client/menu/lobby.tscn index 69ad83fd..3c732627 100644 --- a/client/menu/lobby.tscn +++ b/client/menu/lobby.tscn @@ -130,10 +130,16 @@ layout_mode = 2 layout_mode = 2 text = "Enable bots" -[node name="BotSettings" type="VBoxContainer" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/Bots"] +[node name="ScrollContainerCustom" type="ScrollContainer" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/Bots"] visible = false layout_mode = 2 size_flags_vertical = 3 +script = ExtResource("10_bgene") + +[node name="BotSettings" type="VBoxContainer" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/Bots/ScrollContainerCustom"] +layout_mode = 2 +size_flags_horizontal = 3 +size_flags_vertical = 3 [node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer"] layout_mode = 2 |