diff --git a/Fonts/Arimo-Bold.ttf b/Fonts/Arimo-Bold.ttf new file mode 100755 index 0000000..0b05b44 Binary files /dev/null and b/Fonts/Arimo-Bold.ttf differ diff --git a/main_menu.tscn b/main_menu.tscn index e78c76f..56bedd6 100644 --- a/main_menu.tscn +++ b/main_menu.tscn @@ -1,7 +1,12 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=5 format=2] [ext_resource path="res://main_menu.gd" type="Script" id=1] [ext_resource path="res://icon.png" type="Texture" id=2] +[ext_resource path="res://Fonts/Arimo-Bold.ttf" type="DynamicFontData" id=3] + +[sub_resource type="DynamicFont" id=1] +size = 78 +font_data = ExtResource( 3 ) [node name="Node2D" type="Node2D"] script = ExtResource( 1 ) @@ -27,11 +32,11 @@ custom_colors/font_color = Color( 0, 0, 0, 1 ) text = "Exit" [node name="RichTextLabel" type="RichTextLabel" parent="."] -margin_left = 354.0 -margin_top = 179.0 -margin_right = 402.0 -margin_bottom = 195.0 -rect_scale = Vector2( 6, 6 ) +margin_left = 393.0 +margin_top = 196.0 +margin_right = 676.0 +margin_bottom = 296.0 +custom_fonts/normal_font = SubResource( 1 ) text = "noshg3" scroll_active = false