From 7e17d2a6737ddc4766f5ac1532ccd4d7e4e98de0 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 1 Apr 2021 18:43:53 -0700 Subject: [PATCH] gf speaker placement tanky --- source/PlayState.hx | 6 ++++++ 1 file changed, 6 insertions(+) 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);