Screen background
All checks were successful
Build Dusk / run-tests (push) Successful in 1m33s
Build Dusk / build-linux (push) Successful in 1m40s
Build Dusk / build-psp (push) Successful in 1m50s

This commit is contained in:
2026-02-03 13:37:00 -06:00
parent da3513f63d
commit 94e2cc6210
6 changed files with 29 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ module('screen')
module('time')
camera = cameraCreate(CAMERA_PROJECTION_TYPE_ORTHOGRAPHIC)
text = "Hello World"
screenSetBackground(colorBlack())
function sceneDispose()
end
@@ -14,7 +16,6 @@ end
function sceneUpdate()
end
text = "Hello World"
function sceneRender()
cameraPushMatrix(camera)