Skip to content

Commit

Permalink
Wrong branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMario committed Sep 29, 2024
1 parent f58e38d commit da46d1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions source/psychlua/FunkinLua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ class FunkinLua {
set('seenCutscene', PlayState.seenCutscene);
set('hasVocals', PlayState.SONG.needsVoices);

// Camera poo
set('cameraX', 0);
set('cameraY', 0);

// Screen stuff
set('screenWidth', FlxG.width);
set('screenHeight', FlxG.height);
Expand Down
2 changes: 0 additions & 2 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1816,8 +1816,6 @@ class PlayState extends MusicBeatState
}
#end

setOnScripts('cameraX', camFollow.x);
setOnScripts('cameraY', camFollow.y);
setOnScripts('botPlay', cpuControlled);
callOnScripts('onUpdatePost', [elapsed]);
}
Expand Down

0 comments on commit da46d1e

Please sign in to comment.