1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-01 01:36:47 +00:00

offsets and adjustemnts

This commit is contained in:
Cameron Taylor 2021-03-17 05:29:04 -04:00
parent d8f0297675
commit 48411894e2
2 changed files with 8 additions and 0 deletions

View file

@ -100,6 +100,8 @@ class Character extends FlxSprite
playAnim('idle');
flipX = true;
case 'gf-car':
tex = Paths.getSparrowAtlas('gfCar');
frames = tex;

View file

@ -624,6 +624,12 @@ class PlayState extends MusicBeatState
boyfriend = new Boyfriend(770, 450, SONG.player1);
switch (SONG.player1)
{
case "bf-holding-gf":
boyfriend.y -= 140;
}
// REPOSITIONING PER STAGE
switch (curStage)
{