Update GameHUD.gd

This commit is contained in:
JHDev2006
2025-10-02 19:43:40 +01:00
parent fd023f82a6
commit 982b5f691e

View File

@@ -72,6 +72,7 @@ func handle_modern_hud() -> void:
$ModernHUD/TopLeft/RedCoins.hide()
$ModernHUD/TopLeft/CoinCount.show()
%ModernPB.hide()
%ModernIGT.hide()
%ModernCoinCount.text = "*" + str(Global.coins).pad_zeros(2)
%ModernScore.text = str(Global.score).pad_zeros(9)
%ModernTime.text = "" + str(Global.time).pad_zeros(3)