Comment unfinished stuff

This commit is contained in:
Vortrex
2023-02-21 20:28:06 -06:00
parent 5ebbe17920
commit 9536ed9aa9

View File

@@ -33,7 +33,7 @@ function processCustomHUDRendering() {
let text = getCurrencyString(localPlayerMoney);
logToConsole(LOG_VERBOSE, `[V.RP.HUD]: Rendering custom HUD money (${text})...`);
customHUDMoneyFont.render(text, [game.width - 150, 20], 130, 1.0, 0.0, customHUDMoneyFont.size, customHUDMoneyColour, true, true, false, true);
graphics.drawRectangle()
//graphics.drawRectangle()
} else {
logToConsole(LOG_VERBOSE | LOG_ERROR, `[V.RP.HUD]: Rendering custom HUD money FAILED. Font object is null!`);
}