mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 12:12:03 +00:00
feat(ui): theme HUD with Orbitron typography
This commit is contained in:
@@ -37,7 +37,7 @@ func _process(delta: float) -> void:
|
||||
|
||||
|
||||
func _draw() -> void:
|
||||
var font := ThemeDB.fallback_font
|
||||
var font := hud_font()
|
||||
var fraction := clampf(_value / max_value, 0.0, 1.0)
|
||||
var reading := value_format % _value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user