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.
72 lines
1.9 KiB
72 lines
1.9 KiB
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://resources/ui/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://scripts/menu/settings.gd" type="Script" id=2]
|
|
[ext_resource path="res://scenes/menu/base_menu.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://scenes/menu/player_settings.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://assets/icons/save.png" type="Texture" id=5]
|
|
|
|
[node name="settings" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 1.45612
|
|
margin_top = 1.45612
|
|
margin_right = 1.45605
|
|
margin_bottom = 1.45612
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="menu" parent="." instance=ExtResource( 3 )]
|
|
|
|
[node name="tabs" type="TabContainer" parent="menu"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -438.5
|
|
margin_top = -217.5
|
|
margin_right = 440.5
|
|
margin_bottom = 177.5
|
|
tab_align = 0
|
|
|
|
[node name="Game" type="Tabs" parent="menu/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
|
|
|
|
[node name="player_settings" parent="menu/tabs/Game" instance=ExtResource( 4 )]
|
|
margin_left = 15.4583
|
|
margin_top = 10.7114
|
|
margin_right = 380.458
|
|
margin_bottom = 227.711
|
|
|
|
[node name="bots" type="CheckButton" parent="menu/tabs/Game"]
|
|
margin_left = 8.38535
|
|
margin_top = 226.162
|
|
margin_right = 153.385
|
|
margin_bottom = 266.162
|
|
text = "Bots"
|
|
|
|
[node name="Controls" type="Tabs" parent="menu/tabs"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 45.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="save" type="Button" parent="menu"]
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -147.0
|
|
margin_top = -56.0
|
|
text = "Save"
|
|
icon = ExtResource( 5 )
|
|
flat = true
|
|
[connection signal="pressed" from="menu/save" to="." method="_on_save_pressed"]
|