UI Components
Every game needs some UI. We have made some components to make the UI process a bit more modular and scalable.
Last updated
Every game needs some UI. We have made some components to make the UI process a bit more modular and scalable.
Last updated
public DotDotDot textObject;
textObject.Set("Hello World!");public TypeWriter textObject;
textObject.Set("Hello World!");