feat(ui): theme HUD with Orbitron typography

This commit is contained in:
Josh Creek
2026-08-07 22:48:56 +01:00
parent 8bd65290fc
commit 0a7eb0b742
10 changed files with 173 additions and 5 deletions
+3 -1
View File
@@ -1,9 +1,10 @@
[gd_scene load_steps=9 format=3 uid="uid://c8kak2l3m4n5"]
[gd_scene load_steps=10 format=3 uid="uid://c8kak2l3m4n5"]
[ext_resource type="Script" uid="uid://du7y176h5aaq4" path="res://scripts/HUDController.gd" id="1_hud_controller"]
[ext_resource type="Script" path="res://scripts/hud_attitude_indicator.gd" id="2_adi"]
[ext_resource type="Script" path="res://scripts/hud_heading_tape.gd" id="3_tape"]
[ext_resource type="Script" path="res://scripts/hud_gauge.gd" id="4_gauge"]
[ext_resource type="Theme" path="res://themes/hud_theme.tres" id="5_theme"]
[sub_resource type="LabelSettings" id="LabelSettings_hud"]
font_size = 32
@@ -50,6 +51,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
theme = ExtResource("5_theme")
[node name="ScoreboardPanel" type="PanelContainer" parent="Control"]
layout_mode = 1