|
|
@ -3,30 +3,30 @@ |
|
|
|
[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=3] |
|
|
|
[sub_resource type="DynamicFontData" id=1] |
|
|
|
|
|
|
|
font_path = "res://assets/DejaVuSansMono.ttf" |
|
|
|
_sections_unfolded = [ "Resource" ] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=4] |
|
|
|
[sub_resource type="DynamicFont" id=2] |
|
|
|
|
|
|
|
size = 30 |
|
|
|
use_mipmaps = false |
|
|
|
use_filter = false |
|
|
|
font_data = SubResource( 3 ) |
|
|
|
font_data = SubResource( 1 ) |
|
|
|
_sections_unfolded = [ "Extra Spacing", "Font", "Resource", "Settings" ] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFontData" id=1] |
|
|
|
[sub_resource type="DynamicFontData" id=3] |
|
|
|
|
|
|
|
font_path = "res://assets/DejaVuSansMono.ttf" |
|
|
|
_sections_unfolded = [ "Resource" ] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=2] |
|
|
|
[sub_resource type="DynamicFont" id=4] |
|
|
|
|
|
|
|
size = 16 |
|
|
|
use_mipmaps = false |
|
|
|
use_filter = false |
|
|
|
font_data = SubResource( 1 ) |
|
|
|
font_data = SubResource( 3 ) |
|
|
|
_sections_unfolded = [ "Font", "Resource", "Settings" ] |
|
|
|
|
|
|
|
[node name="Control" type="Control"] |
|
|
@ -62,7 +62,7 @@ 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( 2 ) |
|
|
|
text = "VANAGLORIA" |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
@ -529,7 +529,7 @@ mouse_filter = 2 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 4 |
|
|
|
custom_fonts/font = SubResource( 2 ) |
|
|
|
custom_fonts/font = SubResource( 4 ) |
|
|
|
text = "Waiting for players to connect...." |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
|