add seperate colors for labels and update color inputs

This commit is contained in:
azyges
2025-10-11 07:52:52 +09:00
parent 2a9b5812ed
commit 6a0f8c507c
3 changed files with 215 additions and 70 deletions

View File

@@ -259,8 +259,8 @@ public unsafe class NameplateHandler : IMediatorSubscriber
continue;
}
var labelColor = UIColors.Get("LightlessPurple");
var edgeColor = UIColors.Get("FullBlack");
var labelColor = UIColors.Get("Lightfinder");
var edgeColor = UIColors.Get("LightfinderEdge");
var config = _configService.Current;
var scaleMultiplier = System.Math.Clamp(config.LightfinderLabelScale, 0.5f, 2.0f);