Finally got text rendering again.

This commit is contained in:
2026-02-16 13:12:12 -06:00
parent 9c9d2d548e
commit 342ddb19f8
6 changed files with 17 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ function sceneRender()
1, 1
)
textDraw(10, 10, "A")
textDraw(10, 10, "Hello World")
-- centerX = math.floor(screenGetWidth() / 2)
-- centerY = math.floor(screenGetHeight() / 2)