27 lines
623 B
Plaintext
27 lines
623 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://font.tres" type="DynamicFont" id=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 = 155.0
|
|
margin_bottom = 66.0
|
|
|
|
[node name="Text" type="Label" parent="Laps"]
|
|
margin_right = 125.0
|
|
margin_bottom = 66.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Laps : "
|
|
|
|
[node name="Value" type="Label" parent="Laps"]
|
|
margin_left = 129.0
|
|
margin_right = 155.0
|
|
margin_bottom = 66.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "0"
|