Screen background
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user