diff --git a/src/Main.cpp b/src/Main.cpp index d4c7274..d2f050d 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -21,6 +21,7 @@ class MainState : public State { objs.PlayAnimation("idle"); objs.framerate = 1; title.scale.y = 0; + title.center.x = WINDOW_WIDTH/2; title.center.y = WINDOW_HEIGHT/2; }