From 6a15a41c5df1af18af0e09839d01dea411c5f17e Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Thu, 27 Oct 2022 15:52:08 +0800 Subject: [PATCH] Update statistic.json fix lifePoints display on landscape --- forge-gui/res/adventure/Shandalar/ui/statistic.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/adventure/Shandalar/ui/statistic.json b/forge-gui/res/adventure/Shandalar/ui/statistic.json index baba30519fd..99519eee36d 100644 --- a/forge-gui/res/adventure/Shandalar/ui/statistic.json +++ b/forge-gui/res/adventure/Shandalar/ui/statistic.json @@ -148,7 +148,8 @@ }, { "type": "Label", - "name": "[BLACK]lifePoints", + "name": "lifePoints", + "fontColor":"black", "width": 64, "height": 16, "x": 410, @@ -168,4 +169,4 @@ "font": "default" } ] -} \ No newline at end of file +}