connect missing options in menu

This commit is contained in:
2020-11-08 20:59:09 +01:00
parent d439d67813
commit 4565755868
4 changed files with 53 additions and 31 deletions

View File

@@ -1,16 +1,6 @@
[gd_scene load_steps=4 format=2]
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Oswald-Bold.otf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
size = 19
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 34
outline_size = 2
outline_color = Color( 0.25098, 0.25098, 0.25098, 1 )
font_data = ExtResource( 1 )
[ext_resource path="res://font.tres" type="DynamicFont" id=1]
[node name="GUI" type="MarginContainer"]
margin_left = 10.5631
@@ -19,20 +9,18 @@ margin_right = 159.563
margin_bottom = 59.2427
[node name="Laps" type="HBoxContainer" parent="."]
margin_right = 148.0
margin_bottom = 50.0
margin_right = 155.0
margin_bottom = 66.0
[node name="Text" type="Label" parent="Laps"]
margin_top = 11.0
margin_right = 50.0
margin_bottom = 38.0
custom_fonts/font = SubResource( 1 )
margin_right = 125.0
margin_bottom = 66.0
custom_fonts/font = ExtResource( 1 )
text = "Laps : "
[node name="Value" type="Label" parent="Laps"]
margin_left = 54.0
margin_top = 1.0
margin_right = 72.0
margin_bottom = 49.0
custom_fonts/font = SubResource( 2 )
margin_left = 129.0
margin_right = 155.0
margin_bottom = 66.0
custom_fonts/font = ExtResource( 1 )
text = "0"