small racing game im working on
Diffstat (limited to 'ui/hud.tscn')
| -rw-r--r-- | ui/hud.tscn | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ui/hud.tscn b/ui/hud.tscn index 5b8387c..119f8be 100644 --- a/ui/hud.tscn +++ b/ui/hud.tscn @@ -1,10 +1,11 @@ -[gd_scene load_steps=17 format=3 uid="uid://vok7fdcyec68"] +[gd_scene load_steps=18 format=3 uid="uid://vok7fdcyec68"] -[ext_resource type="Theme" uid="uid://ecnruuyrc8m" path="res://ui/theme.tres" id="1_ie2j2"] +[ext_resource type="Theme" path="res://ui/theme.tres" id="1_ie2j2"] [ext_resource type="Script" path="res://ui/hud.gd" id="1_sfhpc"] [ext_resource type="Script" path="res://ui/speedometer.gd" id="2_cvi37"] [ext_resource type="Script" path="res://ui/timer.gd" id="3_poksb"] [ext_resource type="Texture2D" uid="uid://bfe4ytl0vjosb" path="res://ui/assets/line.png" id="4_o0swd"] +[ext_resource type="SystemFont" uid="uid://bkjqtc5i64r3j" path="res://ui/ubuntu.tres" id="4_sh4bn"] [ext_resource type="Script" path="res://ui/map.gd" id="5_blxcm"] [ext_resource type="Script" path="res://ui/gears.gd" id="5_g6cg4"] [ext_resource type="StyleBox" uid="uid://cly1aqudpku5j" path="res://ui/panel_skew_r.tres" id="6_g2n2l"] @@ -69,6 +70,7 @@ label = NodePath("laps") custom_minimum_size = Vector2(0, 80) layout_mode = 2 size_flags_horizontal = 0 +theme_override_colors/font_color = Color(0.992157, 0.964706, 0.890196, 1) theme_override_font_sizes/font_size = 40 theme_override_styles/normal = SubResource("StyleBoxFlat_5eh1e") text = "" @@ -77,6 +79,8 @@ vertical_alignment = 1 [node name="laps" type="Label" parent="Dashboard/laps"] layout_mode = 2 +theme_override_colors/font_color = Color(0.992157, 0.964706, 0.890196, 1) +theme_override_fonts/font = ExtResource("4_sh4bn") theme_override_font_sizes/font_size = 60 text = " 1/3" @@ -88,6 +92,7 @@ size_flags_vertical = 8 custom_minimum_size = Vector2(0, 105) layout_mode = 2 size_flags_horizontal = 4 +theme_override_colors/font_color = Color(0.992157, 0.964706, 0.890196, 1) text = "龍 0km/h" horizontal_alignment = 1 vertical_alignment = 1 @@ -101,6 +106,7 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_nyfll") custom_minimum_size = Vector2(0, 130) layout_mode = 2 size_flags_horizontal = 4 +theme_override_colors/font_color = Color(0.992157, 0.964706, 0.890196, 1) theme_override_font_sizes/font_size = 100 text = "祥 0:00:00" horizontal_alignment = 1 @@ -116,6 +122,7 @@ theme_override_styles/panel = ExtResource("6_g2n2l") custom_minimum_size = Vector2(200, 105) layout_mode = 2 size_flags_horizontal = 4 +theme_override_colors/default_color = Color(0.992157, 0.964706, 0.890196, 1) bbcode_enabled = true text = "[center] [b][color=#4682b4]N[/color][/b][/center]" script = ExtResource("5_g6cg4") |