diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-29 22:05:07 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-29 22:05:58 +0200 |
commit | 424b4ef3716e74bcc54c3eefffe6ba7994d79270 (patch) | |
tree | 57406ee7be6e0b5ab21fd6a87711e8dc3cd49220 /client/menu/overlay.tscn | |
parent | b53f3d198e5899a597e5a321a277cf0ef74fec7b (diff) | |
download | hurrycurry-424b4ef3716e74bcc54c3eefffe6ba7994d79270.tar hurrycurry-424b4ef3716e74bcc54c3eefffe6ba7994d79270.tar.bz2 hurrycurry-424b4ef3716e74bcc54c3eefffe6ba7994d79270.tar.zst |
set overlay font, grass tile determinstic
Diffstat (limited to 'client/menu/overlay.tscn')
-rw-r--r-- | client/menu/overlay.tscn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/menu/overlay.tscn b/client/menu/overlay.tscn index d0f002db..66e2a9f3 100644 --- a/client/menu/overlay.tscn +++ b/client/menu/overlay.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=7 format=3 uid="uid://bpikve6wlsjfl"] +[gd_scene load_steps=8 format=3 uid="uid://bpikve6wlsjfl"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_4kujw"] [ext_resource type="Script" path="res://menu/overlay.gd" id="2_kbjds"] +[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="3_u54fv"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_04ujj"] bg_color = Color(0, 0, 0, 0) @@ -70,6 +71,7 @@ layout_mode = 2 [node name="Label" type="Label" parent="Control/Paper/Margin/Lines/Line1"] layout_mode = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_u54fv") theme_override_font_sizes/font_size = 25 text = "Completed" @@ -81,6 +83,7 @@ size_flags_horizontal = 3 custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_colors/font_color = Color(0, 0.278431, 0, 1) +theme_override_fonts/font = ExtResource("3_u54fv") theme_override_font_sizes/font_size = 35 text = "0" horizontal_alignment = 1 @@ -91,6 +94,7 @@ layout_mode = 2 [node name="Label" type="Label" parent="Control/Paper/Margin/Lines/Line2"] layout_mode = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_u54fv") theme_override_font_sizes/font_size = 25 text = "Failed" @@ -102,6 +106,7 @@ size_flags_horizontal = 3 custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.505882, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_u54fv") theme_override_font_sizes/font_size = 35 text = "0" horizontal_alignment = 1 @@ -112,6 +117,7 @@ layout_mode = 2 [node name="Label" type="Label" parent="Control/Paper/Margin/Lines/Line3"] layout_mode = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_u54fv") theme_override_font_sizes/font_size = 35 text = "Points" @@ -123,6 +129,7 @@ size_flags_horizontal = 3 custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_u54fv") theme_override_font_sizes/font_size = 45 text = "0" horizontal_alignment = 1 |