gf speaker placement tanky

This commit is contained in:
Cameron Taylor 2021-04-01 18:43:53 -07:00
parent 3030ca4392
commit 3cdfee90f2
1 changed files with 6 additions and 0 deletions

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