From 8a273437d43466931c0d4f3e473a4ada13419757 Mon Sep 17 00:00:00 2001 From: /nick haya <74699483+The-SGPT@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:23:33 +0800 Subject: [PATCH] Small template tweaks --- src/Main.cpp | 1 + 1 file changed, 1 insertion(+) 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; }