68 lines
2.0 KiB
Plaintext
68 lines
2.0 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Menu.gd" type="Script" id=1]
|
|
[ext_resource path="res://Oswald-Bold.otf" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://font.tres" type="DynamicFont" id=3]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
resource_name = "BaseFont"
|
|
size = 60
|
|
use_filter = true
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="Menu" type="CanvasLayer"]
|
|
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
|
|
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_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
|
|
rect_scale = Vector2( 2, 2 )
|
|
|
|
[node name="Jouer" type="Label" parent="ButtonBox"]
|
|
margin_right = 149.0
|
|
margin_bottom = 66.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
custom_colors/font_color_shadow = Color( 0.454902, 0.219608, 0.0901961, 1 )
|
|
custom_constants/shadow_offset_x = 2
|
|
custom_constants/shadow_offset_y = 3
|
|
text = "Jouer"
|
|
align = 1
|
|
|
|
[node name="Options" type="Label" parent="ButtonBox"]
|
|
margin_top = 70.0
|
|
margin_right = 149.0
|
|
margin_bottom = 136.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
custom_colors/font_color_shadow = Color( 0.454902, 0.219608, 0.0901961, 1 )
|
|
custom_constants/shadow_offset_x = 2
|
|
custom_constants/shadow_offset_y = 3
|
|
text = "Options"
|
|
align = 1
|
|
|
|
[node name="Quitter" type="Label" parent="ButtonBox"]
|
|
margin_top = 140.0
|
|
margin_right = 149.0
|
|
margin_bottom = 206.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
custom_colors/font_color_shadow = Color( 0.454902, 0.219608, 0.0901961, 1 )
|
|
custom_constants/shadow_offset_x = 2
|
|
custom_constants/shadow_offset_y = 3
|
|
text = "Quitter"
|
|
align = 1
|