GameCreator icon indicating copy to clipboard operation
GameCreator copied to clipboard

Need to style components before rendering

Open PixelVision8 opened this issue 8 years ago • 0 comments

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.

image

PixelVision8 avatar Nov 14 '17 14:11 PixelVision8