mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 13:45:49 +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);
|
playVideoNative(LIGHTS_VIDEO_PATH);
|
||||||
#end
|
#end
|
||||||
|
|
||||||
// Im TOO lazy to even care, so uh, yep
|
// // Im TOO lazy to even care, so uh, yep
|
||||||
FlxG.camera.zoom = 0.66666666666666666666666666666667;
|
// FlxG.camera.zoom = 0.66666666666666666666666666666667;
|
||||||
vid.x = -(FlxG.width - (FlxG.width * FlxG.camera.zoom));
|
// vid.x = -(FlxG.width - (FlxG.width * FlxG.camera.zoom));
|
||||||
vid.y = -((FlxG.height - (FlxG.height * FlxG.camera.zoom)) * 0.75);
|
// vid.y = -((FlxG.height - (FlxG.height * FlxG.camera.zoom)) * 0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if html5
|
#if html5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue