Fix 1
All checks were successful
Build Dusk / run-tests (push) Successful in 1m28s
Build Dusk / build-linux (push) Successful in 1m50s
Build Dusk / build-psp (push) Successful in 2m37s

This commit is contained in:
2026-02-03 13:18:40 -06:00
parent 2c83e4ba9f
commit da3513f63d

View File

@@ -22,7 +22,7 @@ function sceneRender()
camera.bottom = screenGetHeight()
camera.right = screenGetWidth()
width, height = textMeasure(text)1
width, height = textMeasure(text)
x = (screenGetWidth() - width)
x = math.sin(TIME.time * 2) * (x / 2) + (x / 2)