Add optional custom HUD (money only for now, more later)

This commit is contained in:
Vortrex
2023-02-09 11:07:27 -06:00
parent bca6816fad
commit 1553d19fdd
4 changed files with 61 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ function onDrawnHUD(event) {
processSkinSelectRendering();
processNameTagRendering();
processInteriorLightsRendering();
processCustomHUDRendering();
}
// ===========================================================================