huh, neat

This commit is contained in:
/nick haya 2022-02-07 13:46:38 +08:00
parent ad034794d6
commit df225436fc
1 changed files with 1 additions and 0 deletions

View File

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