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:
parent
d4abfcda6a
commit
7e17d2a673
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue