|
|
@ -3,17 +3,17 @@ |
|
|
|
[ext_resource path="res://scripts/lobby.gd" type="Script" id=1] |
|
|
|
[ext_resource path="res://scripts/hero_select.gd" type="Script" id=2] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFontData" id=2] |
|
|
|
[sub_resource type="DynamicFontData" id=1] |
|
|
|
|
|
|
|
font_path = "res://assets/DejaVuSansMono.ttf" |
|
|
|
_sections_unfolded = [ "Resource" ] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1] |
|
|
|
[sub_resource type="DynamicFont" id=2] |
|
|
|
|
|
|
|
size = 16 |
|
|
|
use_mipmaps = false |
|
|
|
use_filter = false |
|
|
|
font_data = SubResource( 2 ) |
|
|
|
font_data = SubResource( 1 ) |
|
|
|
_sections_unfolded = [ "Font", "Resource", "Settings" ] |
|
|
|
|
|
|
|
[node name="Control" type="Control" index="0"] |
|
|
@ -386,7 +386,7 @@ mouse_filter = 2 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 4 |
|
|
|
custom_fonts/font = SubResource( 1 ) |
|
|
|
custom_fonts/font = SubResource( 2 ) |
|
|
|
text = "Waiting for players to connect...." |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
|