fix(presentation): simplify camera and engine effects

This commit is contained in:
Josh Creek
2026-08-08 08:44:26 +01:00
parent b7f646ba48
commit e0a1cbaf6d
14 changed files with 56 additions and 241 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func _process(delta: float) -> void:
func _draw() -> void:
var font := hud_font()
var font := ThemeDB.fallback_font
var fraction := clampf(_value / max_value, 0.0, 1.0)
var reading := value_format % _value