1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-05 06:14:36 +00:00

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