mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-24 13:39:09 +00:00
vid sizing
This commit is contained in:
parent
d826f2a7bc
commit
47f3c6f00a
|
@ -41,10 +41,10 @@ class IntroSubState extends MusicBeatSubState
|
|||
playVideoNative(LIGHTS_VIDEO_PATH);
|
||||
#end
|
||||
|
||||
// Im TOO lazy to even care, so uh, yep
|
||||
FlxG.camera.zoom = 0.66666666666666666666666666666667;
|
||||
vid.x = -(FlxG.width - (FlxG.width * FlxG.camera.zoom));
|
||||
vid.y = -((FlxG.height - (FlxG.height * FlxG.camera.zoom)) * 0.75);
|
||||
// // Im TOO lazy to even care, so uh, yep
|
||||
// FlxG.camera.zoom = 0.66666666666666666666666666666667;
|
||||
// vid.x = -(FlxG.width - (FlxG.width * FlxG.camera.zoom));
|
||||
// vid.y = -((FlxG.height - (FlxG.height * FlxG.camera.zoom)) * 0.75);
|
||||
}
|
||||
|
||||
#if html5
|
||||
|
|
Loading…
Reference in a new issue