From df225436fc8c73f1d936643c50700fb7085a44d2 Mon Sep 17 00:00:00 2001 From: /nick haya <74699483+The-SGPT@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:46:38 +0800 Subject: [PATCH] huh, neat --- src/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main.cpp b/src/Main.cpp index 3c406b7..f411635 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -33,6 +33,7 @@ class MainState : public State { objs.y = objs.y + yvel*2; title.scale.y = sin(elaped); + title.scale.x = cos(elaped); title.centerSelf();