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();