mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-25 06:01:48 +01:00
Move some services to Luna, move config files. Add and use UiConfig.
This commit is contained in:
parent
98178ae289
commit
6b7039f743
83 changed files with 643 additions and 540 deletions
|
|
@ -7,7 +7,7 @@ using Penumbra.GameData.Files.MaterialStructs;
|
|||
|
||||
namespace Glamourer.Gui.Materials;
|
||||
|
||||
public class MaterialDrawer(DesignManager designManager, Configuration config) : IService
|
||||
public class MaterialDrawer(DesignManager designManager, Configuration.Configuration config) : IService
|
||||
{
|
||||
public const float GlossWidth = 100;
|
||||
public const float SpecularStrengthWidth = 125;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue