mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
Fixed up the Title Screen text
imported font
This commit is contained in:
parent
2f5a2cd47f
commit
7465349de3
BIN
godot_ship/assets/font/Minecraft.ttf
Normal file
BIN
godot_ship/assets/font/Minecraft.ttf
Normal file
Binary file not shown.
@ -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-Background.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://script/title screen/Title Screen.gd" type="Script" id=2]
|
[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"]
|
[node name="Title Node" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
@ -58,16 +65,16 @@ anchor_left = 0.5
|
|||||||
anchor_top = 0.5
|
anchor_top = 0.5
|
||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 0.5
|
anchor_bottom = 0.5
|
||||||
margin_left = -128.8
|
margin_left = -157.0
|
||||||
margin_top = -43.9321
|
margin_top = -50.0
|
||||||
margin_right = -42.8001
|
margin_right = 157.0
|
||||||
margin_bottom = -29.9321
|
margin_bottom = -6.0
|
||||||
rect_scale = Vector2( 3, 3 )
|
|
||||||
size_flags_stretch_ratio = 0.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_outline_modulate = Color( 0, 0, 0, 1 )
|
||||||
custom_colors/font_color_shadow = 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_x = 0
|
||||||
custom_constants/shadow_offset_y = 1
|
custom_constants/shadow_offset_y = 8
|
||||||
text = "BOAT BATTLE"
|
text = "BOAT BATTLE"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user