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.
82 lines
2.2 KiB
82 lines
2.2 KiB
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://resources/ui/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://scripts/menu/lobby.gd" type="Script" id=2]
|
|
[ext_resource path="res://scenes/menu/base_menu.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://assets/icons/checkmark.png" type="Texture" id=4]
|
|
[ext_resource path="res://assets/icons/question.png" type="Texture" id=5]
|
|
[ext_resource path="res://scenes/menu/player_settings.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://assets/fonts/Kenney Future Narrow.ttf" type="DynamicFontData" id=7]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 100
|
|
font_data = ExtResource( 7 )
|
|
|
|
[node name="lobby" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 0.857376
|
|
margin_top = 0.857422
|
|
margin_right = 0.857422
|
|
margin_bottom = 0.857422
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="menu" parent="." instance=ExtResource( 3 )]
|
|
|
|
[node name="players" type="ItemList" parent="menu"]
|
|
margin_left = 13.0
|
|
margin_top = 18.0
|
|
margin_right = 500.0
|
|
margin_bottom = 413.0
|
|
|
|
[node name="ready_icon" type="Button" parent="menu/players"]
|
|
visible = false
|
|
margin_right = 62.0
|
|
margin_bottom = 56.0
|
|
icon = ExtResource( 4 )
|
|
|
|
[node name="not_ready_icon" type="Button" parent="menu/players"]
|
|
visible = false
|
|
margin_right = 62.0
|
|
margin_bottom = 56.0
|
|
icon = ExtResource( 5 )
|
|
|
|
[node name="player_settings" parent="menu" instance=ExtResource( 6 )]
|
|
margin_left = 510.586
|
|
margin_top = 21.0499
|
|
margin_right = 875.586
|
|
margin_bottom = 238.05
|
|
|
|
[node name="ready" type="CheckButton" parent="menu"]
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -166.0
|
|
margin_top = -58.0
|
|
text = "Ready"
|
|
flat = true
|
|
|
|
[node name="countdown" type="Label" parent="."]
|
|
visible = false
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -94.0
|
|
margin_top = -56.5
|
|
margin_right = 94.0
|
|
margin_bottom = 56.5
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "3"
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="countdown_timer" type="Timer" parent="."]
|
|
process_mode = 0
|
|
wait_time = 3.0
|
|
one_shot = true
|
|
[connection signal="toggled" from="menu/ready" to="." method="_on_ready_toggled"]
|
|
|
|
[editable path="menu"]
|