diff --git a/src/Fonts/Harmonic/Harmonic.ttf b/src/Fonts/Harmonic/Harmonic.ttf new file mode 100644 index 0000000..2dd8583 Binary files /dev/null and b/src/Fonts/Harmonic/Harmonic.ttf differ diff --git a/src/Fonts/Harmonic/Harmonic24.tres b/src/Fonts/Harmonic/Harmonic24.tres new file mode 100644 index 0000000..bab74f0 --- /dev/null +++ b/src/Fonts/Harmonic/Harmonic24.tres @@ -0,0 +1,7 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://Fonts/Harmonic/Harmonic.ttf" type="DynamicFontData" id=1] + +[resource] +size = 24 +font_data = ExtResource( 1 ) diff --git a/src/Menus/TitleScreen/TitleScreen.tscn b/src/Menus/TitleScreen/TitleScreen.tscn new file mode 100644 index 0000000..5e38d91 --- /dev/null +++ b/src/Menus/TitleScreen/TitleScreen.tscn @@ -0,0 +1,31 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://Fonts/Harmonic/Harmonic24.tres" type="DynamicFont" id=1] + +[node name="TitleScreen" type="Control"] +anchor_left = -0.00168862 +anchor_top = -0.003002 +anchor_right = 0.998311 +anchor_bottom = 0.996998 +margin_left = 0.875977 +margin_right = 0.875977 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +margin_right = 40.0 +margin_bottom = 40.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="VBoxContainer"] +margin_right = 111.0 +margin_bottom = 24.0 +custom_fonts/font = ExtResource( 1 ) +text = "Start Game" +__meta__ = { +"_edit_use_anchors_": false, +"_editor_description_": "" +}