Progress on skin system, added skin stack.
This commit is contained in:
@@ -5,13 +5,11 @@ namespace RecrownedAthenaeum.UI.Skin.Definitions
|
||||
{
|
||||
class TextSkinDefinition : ISkinDefinitionData
|
||||
{
|
||||
public string font;
|
||||
public string color;
|
||||
public Type UIModuleType { get { return typeof(Text); } }
|
||||
|
||||
public TextSkinDefinition(string font, string color)
|
||||
public TextSkinDefinition(string color)
|
||||
{
|
||||
this.font = font;
|
||||
this.color = color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user