implemented skin system to ui modules; progress on functional text button.
This commit is contained in:
@@ -9,9 +9,7 @@ namespace RecrownedAthenaeum.UI.Skin.Definitions
|
||||
{
|
||||
public class ButtonSkinDefinition : ISkinDefinition
|
||||
{
|
||||
public string downRegion;
|
||||
public string upRegion;
|
||||
public string disabledRegion;
|
||||
public string upRegion, downRegion, disabledRegion, selectedRegion;
|
||||
public Type UIModuleType { get { return typeof(Button); } }
|
||||
|
||||
public ButtonSkinDefinition(string downRegion, string upRegion)
|
||||
|
||||
Reference in New Issue
Block a user