diff --git a/source/PlayState.hx b/source/PlayState.hx index edef71a90..3b5545ced 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -713,6 +713,12 @@ class PlayState extends MusicBeatState boyfriend.y += 0; dad.y += 60; dad.x -= 80; + + if (gfVersion != 'pico-speaker') + { + gf.x -= 80; + gf.y -= 75; + } } add(gf);