39 lines
894 B
Plaintext
39 lines
894 B
Plaintext
[gd_scene load_steps=4 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 )
|
|
|
|
[node name="GUI" type="MarginContainer"]
|
|
margin_left = 10.5631
|
|
margin_top = 9.24268
|
|
margin_right = 159.563
|
|
margin_bottom = 59.2427
|
|
|
|
[node name="Laps" type="HBoxContainer" parent="."]
|
|
margin_right = 148.0
|
|
margin_bottom = 50.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 )
|
|
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 )
|
|
text = "0"
|