Closed poirierlouis closed 2 months ago
fyi, there is still one color (used twice) in InMenuPopup, I didn't found an equivalent in inkstyle for now. I'll see if I can find the value using WKit.
Should I wait for this last change or merge as is?
If you can wait, I'm finding my way with WKit script to export all data to Json and quickly lookup for the missing value, see if it is somewhere. I'll get back to you as soon as I find something or not.
I finally found them in base\\gameplay\\gui\\common\\dialogs_popups.inkstyle
.
It is ready :)
Thank you!
Use
SetStyle
andBindProperty
to define colors inInGamePopup
andInMenuPopup
. Make popups compatible with mods like HUD Painter. Changed comment inThemeColors
to deprecate the class in favor ofBindProperty
feature.