cleanup old files
This commit is contained in:
42
Menu.tscn
42
Menu.tscn
@@ -14,27 +14,33 @@ font_data = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
margin_left = 701.404
|
||||
margin_top = 169.251
|
||||
margin_right = 944.404
|
||||
margin_bottom = 252.251
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -222.36
|
||||
margin_top = 201.721
|
||||
margin_right = 20.6399
|
||||
margin_bottom = 284.721
|
||||
rect_scale = Vector2( 2, 2 )
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
custom_colors/font_color = Color( 0.219608, 0.137255, 0.709804, 1 )
|
||||
custom_colors/font_color = Color( 0.921569, 0.564706, 0.0627451, 1 )
|
||||
custom_colors/font_color_shadow = Color( 0.423529, 0.2, 0.0352941, 1 )
|
||||
custom_constants/shadow_offset_x = 2
|
||||
custom_constants/shadow_offset_y = 3
|
||||
custom_constants/shadow_as_outline = 0
|
||||
text = "Car Racer"
|
||||
|
||||
[node name="ButtonBox" type="VBoxContainer" parent="."]
|
||||
margin_left = 800.375
|
||||
margin_top = 448.991
|
||||
margin_right = 949.375
|
||||
margin_bottom = 654.991
|
||||
[node name="Main" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -139.571
|
||||
margin_top = -76.9716
|
||||
margin_right = 9.42896
|
||||
margin_bottom = 129.028
|
||||
rect_scale = Vector2( 2, 2 )
|
||||
|
||||
[node name="Jouer" type="Label" parent="ButtonBox"]
|
||||
[node name="Jouer" type="Label" parent="Main"]
|
||||
margin_right = 149.0
|
||||
margin_bottom = 66.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
@@ -44,7 +50,7 @@ custom_constants/shadow_offset_y = 3
|
||||
text = "Jouer"
|
||||
align = 1
|
||||
|
||||
[node name="Options" type="Label" parent="ButtonBox"]
|
||||
[node name="Options" type="Label" parent="Main"]
|
||||
margin_top = 70.0
|
||||
margin_right = 149.0
|
||||
margin_bottom = 136.0
|
||||
@@ -55,7 +61,7 @@ custom_constants/shadow_offset_y = 3
|
||||
text = "Options"
|
||||
align = 1
|
||||
|
||||
[node name="Quitter" type="Label" parent="ButtonBox"]
|
||||
[node name="Quitter" type="Label" parent="Main"]
|
||||
margin_top = 140.0
|
||||
margin_right = 149.0
|
||||
margin_bottom = 206.0
|
||||
@@ -65,3 +71,13 @@ custom_constants/shadow_offset_x = 2
|
||||
custom_constants/shadow_offset_y = 3
|
||||
text = "Quitter"
|
||||
align = 1
|
||||
|
||||
[node name="Options" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -20.0
|
||||
margin_top = -20.0
|
||||
margin_right = 20.0
|
||||
margin_bottom = 20.0
|
||||
|
||||
Reference in New Issue
Block a user