mirror of
https://github.com/haya3218/SDfmL.git
synced 2024-08-14 23:57:09 +00:00
huh, neat
This commit is contained in:
parent
ad034794d6
commit
df225436fc
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class MainState : public State {
|
||||||
objs.y = objs.y + yvel*2;
|
objs.y = objs.y + yvel*2;
|
||||||
|
|
||||||
title.scale.y = sin(elaped);
|
title.scale.y = sin(elaped);
|
||||||
|
title.scale.x = cos(elaped);
|
||||||
|
|
||||||
title.centerSelf();
|
title.centerSelf();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue