|
|
@ -5,23 +5,23 @@ |
|
|
|
[ext_resource path="res://scenes/hero_select.tscn" type="PackedScene" id=3] |
|
|
|
[ext_resource path="res://assets/DejaVuSansMono.ttf" type="DynamicFontData" id=4] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=5] |
|
|
|
[sub_resource type="DynamicFont" id=1] |
|
|
|
|
|
|
|
size = 30 |
|
|
|
use_mipmaps = false |
|
|
|
use_filter = false |
|
|
|
font_data = ExtResource( 4 ) |
|
|
|
|
|
|
|
[sub_resource type="DynamicFontData" id=3] |
|
|
|
[sub_resource type="DynamicFontData" id=2] |
|
|
|
|
|
|
|
font_path = "res://assets/DejaVuSansMono.ttf" |
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=4] |
|
|
|
[sub_resource type="DynamicFont" id=3] |
|
|
|
|
|
|
|
size = 16 |
|
|
|
use_mipmaps = false |
|
|
|
use_filter = false |
|
|
|
font_data = SubResource( 3 ) |
|
|
|
font_data = SubResource( 2 ) |
|
|
|
|
|
|
|
[node name="Lobby" type="Control"] |
|
|
|
|
|
|
@ -82,7 +82,7 @@ mouse_filter = 2 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 4 |
|
|
|
custom_fonts/font = SubResource( 5 ) |
|
|
|
custom_fonts/font = SubResource( 1 ) |
|
|
|
text = "Select your hero" |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
@ -160,53 +160,37 @@ percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
|
max_lines_visible = -1 |
|
|
|
|
|
|
|
[node name="Players" type="Control" parent="." index="4"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_left = 494.0 |
|
|
|
margin_top = 128.0 |
|
|
|
margin_right = 534.0 |
|
|
|
margin_bottom = 168.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 0 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 1 |
|
|
|
|
|
|
|
[node name="PlayerList" type="Label" parent="Players" index="0"] |
|
|
|
[node name="PlayerList" type="Label" parent="." index="4"] |
|
|
|
|
|
|
|
anchor_left = 0.5 |
|
|
|
anchor_top = 0.5 |
|
|
|
anchor_right = 0.5 |
|
|
|
anchor_bottom = 0.5 |
|
|
|
margin_left = -14.0 |
|
|
|
margin_top = 2.0 |
|
|
|
margin_right = 487.0 |
|
|
|
margin_bottom = 280.0 |
|
|
|
margin_left = 480.0 |
|
|
|
margin_top = 130.0 |
|
|
|
margin_right = 981.0 |
|
|
|
margin_bottom = 408.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 2 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 4 |
|
|
|
custom_fonts/font = SubResource( 4 ) |
|
|
|
custom_fonts/font = SubResource( 3 ) |
|
|
|
text = "Waiting for players to connect...." |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
|
max_lines_visible = -1 |
|
|
|
|
|
|
|
[node name="StartGame" type="Button" parent="Players" index="1"] |
|
|
|
[node name="StartGame" type="Button" parent="." index="5"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_left = 2.0 |
|
|
|
margin_top = 325.0 |
|
|
|
margin_right = 124.0 |
|
|
|
margin_bottom = 365.0 |
|
|
|
margin_left = 496.0 |
|
|
|
margin_top = 453.0 |
|
|
|
margin_right = 618.0 |
|
|
|
margin_bottom = 493.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
focus_mode = 2 |
|
|
|
mouse_filter = 0 |
|
|
@ -221,7 +205,7 @@ text = "Ready!" |
|
|
|
flat = false |
|
|
|
align = 1 |
|
|
|
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="." index="5"] |
|
|
|
[node name="VSeparator" type="VSeparator" parent="." index="6"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|