Fixed a bunch of messy over 80 char lines

This commit is contained in:
2026-05-04 08:29:43 -05:00
parent 6d9e2dd3e1
commit 0e94c1fa6d
54 changed files with 273 additions and 841 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module = {
render() {
Text.draw(10, 10, "Hello World");
Text.draw(0, 0, "Hello World");
SpriteBatch.flush();
}
};