You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the Palette concept: easy access to white and black colors/paints, create your palette to keep your game organized.
Adding the Anchor concept: specify where thins should anchor, added to PositionComponent and to the new text related features.
Added a whole bunch of text related components: TextConfig allows you to easily define your typography information, TextComponent allows for easy rendering of stuff and TextBox can make sized texts and also typing effects.
Improved Utils to have better and more concise APIs, removed unused stuff.