From da3513f63d92a4d7881e48277ad739b321589546 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 3 Feb 2026 13:18:40 -0600 Subject: [PATCH] Fix 1 --- assets/scene/initial.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)