Files
CarRacer/Menu.tscn
2020-11-04 22:59:53 +01:00

240 lines
6.4 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Menu.gd" type="Script" id=1]
[ext_resource path="res://font.tres" type="DynamicFont" id=2]
[node name="Menu" type="Control"]
margin_right = 1920.0
margin_bottom = 1080.0
mouse_filter = 1
script = ExtResource( 1 )
[node name="Title" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -960.0
margin_top = 202.0
margin_bottom = 285.0
rect_scale = Vector2( 2, 2 )
custom_fonts/font = ExtResource( 2 )
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"
align = 1
valign = 1
[node name="Options" type="VBoxContainer" parent="."]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -960.0
margin_top = -89.937
margin_bottom = 421.063
rect_scale = Vector2( 2, 2 )
[node name="TrackSelection" type="HBoxContainer" parent="Options"]
margin_right = 960.0
margin_bottom = 66.0
custom_constants/separation = 20
alignment = 1
[node name="Label" type="Label" parent="Options/TrackSelection"]
margin_left = 213.0
margin_right = 539.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
text = "Piste de course :"
align = 1
valign = 1
[node name="LeftArrow" type="Label" parent="Options/TrackSelection"]
margin_left = 559.0
margin_right = 578.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color_shadow = Color( 0.835294, 0.552941, 0.145098, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "<"
[node name="Value" type="Label" parent="Options/TrackSelection"]
margin_left = 598.0
margin_right = 708.0
margin_bottom = 66.0
custom_fonts/font = ExtResource( 2 )
text = "Démo"
[node name="RightArrow" type="Label" parent="Options/TrackSelection"]
margin_left = 728.0
margin_right = 747.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color_shadow = Color( 0.835294, 0.552941, 0.145098, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = ">"
[node name="GameMode" type="HBoxContainer" parent="Options"]
margin_top = 70.0
margin_right = 960.0
margin_bottom = 136.0
custom_constants/separation = 20
alignment = 1
[node name="Label" type="Label" parent="Options/GameMode"]
margin_left = 195.0
margin_right = 403.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
text = "Difficulté :"
align = 1
valign = 1
[node name="LeftArrow" type="Label" parent="Options/GameMode"]
margin_left = 423.0
margin_right = 442.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color_shadow = Color( 0.835294, 0.552941, 0.145098, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "<"
[node name="Value" type="Label" parent="Options/GameMode"]
margin_left = 462.0
margin_right = 725.0
margin_bottom = 66.0
custom_fonts/font = ExtResource( 2 )
text = "Entraînement"
[node name="RightArrow" type="Label" parent="Options/GameMode"]
margin_left = 745.0
margin_right = 764.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color_shadow = Color( 0.835294, 0.552941, 0.145098, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = ">"
[node name="InputMode" type="HBoxContainer" parent="Options"]
margin_top = 140.0
margin_right = 960.0
margin_bottom = 206.0
custom_constants/separation = 20
alignment = 1
[node name="Label" type="Label" parent="Options/InputMode"]
margin_left = 245.0
margin_right = 493.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
text = "Contrôlleur :"
align = 1
valign = 1
[node name="LeftArrow" type="Label" parent="Options/InputMode"]
margin_left = 513.0
margin_right = 532.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color_shadow = Color( 0.835294, 0.552941, 0.145098, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "<"
[node name="Value" type="Label" parent="Options/InputMode"]
margin_left = 552.0
margin_right = 675.0
margin_bottom = 66.0
custom_fonts/font = ExtResource( 2 )
text = "Souris"
[node name="RightArrow" type="Label" parent="Options/InputMode"]
margin_left = 695.0
margin_right = 714.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color_shadow = Color( 0.835294, 0.552941, 0.145098, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = ">"
[node name="Return" type="Label" parent="Options"]
margin_top = 210.0
margin_right = 960.0
margin_bottom = 276.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_shadow = Color( 0.823529, 0.517647, 0.0823529, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "Retour"
align = 1
valign = 1
[node name="Main" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -960.0
margin_top = -76.972
margin_bottom = 180.028
rect_scale = Vector2( 2, 2 )
mouse_default_cursor_shape = 9
[node name="Jouer" type="Label" parent="Main"]
margin_right = 960.0
margin_bottom = 66.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_shadow = Color( 0.823529, 0.517647, 0.0823529, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "Jouer"
align = 1
valign = 1
[node name="Options" type="Label" parent="Main"]
margin_top = 70.0
margin_right = 960.0
margin_bottom = 136.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_shadow = Color( 0.823529, 0.517647, 0.0823529, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "Options"
align = 1
[node name="Quitter" type="Label" parent="Main"]
margin_top = 140.0
margin_right = 960.0
margin_bottom = 206.0
mouse_filter = 0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_shadow = Color( 0.823529, 0.517647, 0.0823529, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 3
text = "Quitter"
align = 1