From d835bed8135cb4bffc41ad6c3154e310ccb67a8b Mon Sep 17 00:00:00 2001 From: Cameron Taylor <cameron.taylor.ninja@gmail.com> Date: Tue, 3 May 2022 13:27:14 -0400 Subject: [PATCH] senpai stage tweaks --- source/funkin/play/PlayState.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 0380ef52b..9e35451ad 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -1514,6 +1514,7 @@ class PlayState extends MusicBeatState implements IHook // Focus the camera on the player. cameraFollowPoint.setPosition(currentStage.getBoyfriend().cameraFocusPoint.x, currentStage.getBoyfriend().cameraFocusPoint.y); + // ALSO UNHARDCODE THIS CAMERA BULLSHIT TOO FlxG.camera.targetOffset.x = camPosOffsetBF; FlxG.camera.targetOffset.y = camPosOffsetBF; @@ -1525,7 +1526,7 @@ class PlayState extends MusicBeatState implements IHook FlxG.camera.targetOffset.y = -200; case 'school' | 'schoolEvil': FlxG.camera.targetOffset.x = -200; - FlxG.camera.targetOffset.y = -200; + FlxG.camera.targetOffset.y = 0; } // TODO: Un-hardcode this. @@ -1548,8 +1549,7 @@ class PlayState extends MusicBeatState implements IHook if (currentStage.getDad().characterId == "senpai" || currentStage.getDad().characterId == 'senpai-angry') { - FlxG.camera.targetOffset.y = -430; - FlxG.camera.targetOffset.x = 100; + FlxG.camera.targetOffset.y = -30; } if (currentSong.song.toLowerCase() == 'tutorial')