diff --git a/godot_ship/assets/font/Minecraft.ttf b/godot_ship/assets/font/Minecraft.ttf new file mode 100644 index 0000000..85c1472 Binary files /dev/null and b/godot_ship/assets/font/Minecraft.ttf differ diff --git a/godot_ship/scenes/Title Screen.tscn b/godot_ship/scenes/Title Screen.tscn index e65961a..6ac6e67 100644 --- a/godot_ship/scenes/Title Screen.tscn +++ b/godot_ship/scenes/Title Screen.tscn @@ -1,7 +1,14 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=5 format=2] [ext_resource path="res://script/title screen/Title-Screen-Background.png" type="Texture" id=1] [ext_resource path="res://script/title screen/Title Screen.gd" type="Script" id=2] +[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=3] + +[sub_resource type="DynamicFont" id=1] +size = 44 +outline_size = 2 +outline_color = Color( 0, 0, 0, 1 ) +font_data = ExtResource( 3 ) [node name="Title Node" type="Control"] anchor_right = 1.0 @@ -58,16 +65,16 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -128.8 -margin_top = -43.9321 -margin_right = -42.8001 -margin_bottom = -29.9321 -rect_scale = Vector2( 3, 3 ) +margin_left = -157.0 +margin_top = -50.0 +margin_right = 157.0 +margin_bottom = -6.0 size_flags_stretch_ratio = 0.0 +custom_fonts/font = SubResource( 1 ) custom_colors/font_outline_modulate = Color( 0, 0, 0, 1 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_offset_x = 0 -custom_constants/shadow_offset_y = 1 +custom_constants/shadow_offset_y = 8 text = "BOAT BATTLE" align = 1 valign = 1