From 1e6bacfe9faac75d7f72005d812c0e65d75b8c73 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Tue, 30 Mar 2021 23:01:36 +0200 Subject: [PATCH] test andere farbe --- ReallifeGamemode.Client/Gui/nametags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Gui/nametags.ts b/ReallifeGamemode.Client/Gui/nametags.ts index ec2b0ebf..bc078d97 100644 --- a/ReallifeGamemode.Client/Gui/nametags.ts +++ b/ReallifeGamemode.Client/Gui/nametags.ts @@ -2,7 +2,7 @@ const width = 0.03; const height = 0.0065; const border = 0.001; -const color = [255, 255, 255, 255]; +const color = [73, 137, 0, 255]; export default function customNametags() {