diff --git a/assets/scene/initial.lua b/assets/scene/initial.lua index 5eb04b3..b1a6f4c 100644 --- a/assets/scene/initial.lua +++ b/assets/scene/initial.lua @@ -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)