mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
vid sizing
This commit is contained in:
parent
d826f2a7bc
commit
47f3c6f00a
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue