GameCreator
GameCreator copied to clipboard
Need to style components before rendering
Components of text and buttons need their styles ahead of time. Need to create a global style table and allow passing in style data in each components constructor.
Chip editor is a good example where text is passed into the constructor of each text field but the style is applied after so it doesn't show up correctly.
