refactor stringnames to constants
This commit is contained in:
@@ -15,5 +15,10 @@ public static class InputStringNames
|
||||
|
||||
public static class ThemeStringNames
|
||||
{
|
||||
public static readonly StringName Font = "font";
|
||||
public static readonly StringName FontColor = "font_color";
|
||||
public static readonly StringName FontSize = "font_size";
|
||||
public static readonly StringName FontSelectedColor = "font_selected_color";
|
||||
public static readonly StringName FontHoveredColor = "font_hovered_color";
|
||||
public static readonly StringName FontHoveredSelectedColor = "font_hovered_selected_color";
|
||||
}
|
||||
Reference in New Issue
Block a user