Small template tweaks

This commit is contained in:
/nick haya 2022-02-07 15:23:33 +08:00
parent 5202f0afa3
commit 8a273437d4
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}