UI first pass
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module = {
|
||||
render() {
|
||||
Text.draw(10, 10, "Hello World");
|
||||
SpriteBatch.flush();
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user