1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Fixed up the Title Screen text

imported font
This commit is contained in:
tommy-l-ngo 2021-11-13 15:18:12 -06:00
parent 2f5a2cd47f
commit 7465349de3
2 changed files with 14 additions and 7 deletions

Binary file not shown.

View File

@ -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