You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
53 lines
1.5 KiB
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/menus/settings_game_menu.gd" type="Script" id=1]
|
|
[ext_resource path="res://scenes/menus/SettingsPlayerMenu.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="settings_game_menu" type="Tabs"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 45.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
focus_neighbour_right = NodePath("../controls")
|
|
focus_neighbour_bottom = NodePath("GridContainer/settings_player/VBoxContainer/name")
|
|
focus_mode = 2
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="."]
|
|
margin_left = 9.0
|
|
margin_top = 10.0
|
|
margin_right = 416.0
|
|
margin_bottom = 202.0
|
|
|
|
[node name="settings_player" parent="GridContainer" instance=ExtResource( 2 )]
|
|
margin_left = 0.0
|
|
margin_top = 0.0
|
|
margin_right = 407.0
|
|
margin_bottom = 148.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="GridContainer"]
|
|
margin_top = 152.0
|
|
margin_right = 407.0
|
|
margin_bottom = 192.0
|
|
|
|
[node name="bots" type="CheckButton" parent="GridContainer/HBoxContainer"]
|
|
margin_right = 109.0
|
|
margin_bottom = 40.0
|
|
focus_neighbour_top = NodePath("../settings_player/VBoxContainer/color")
|
|
focus_neighbour_bottom = NodePath("../../../../HBoxContainer/apply")
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
text = "Bots"
|
|
|
|
[node name="bot_difficulty" type="HSlider" parent="GridContainer/HBoxContainer"]
|
|
margin_left = 113.0
|
|
margin_right = 407.0
|
|
margin_bottom = 40.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 1
|
|
max_value = 1.0
|
|
step = 0.1
|
|
tick_count = 11
|
|
ticks_on_borders = true
|