gf speaker placement tanky

This commit is contained in:
Cameron Taylor 2021-04-01 18:43:53 -07:00
parent d4abfcda6a
commit 7e17d2a673

View file

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