fixee wixee some things (help me i can't sleep)

This commit is contained in:
Bulby 2021-05-07 02:50:36 -04:00
parent 43eb4e6b06
commit f8a5a23e08
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ function start(song) {
var tree = new FlxSprite(300, -300).loadGraphic(hscriptPath + 'evilTree.png');
tree.antialiasing = true;
tree.scrollFactor.set(0.4, 0.4);
tree.scrollFactor.set(0.2, 0.2);
addSprite(tree, BEHIND_ALL);
var snow = new FlxSprite(-200, 700).loadGraphic(hscriptPath + 'evilSnow.png');
snow.antialiasing = true;

View File

@ -92,7 +92,7 @@ class DialogueBox extends FlxSpriteGroup
bgFade.scrollFactor.set();
bgFade.alpha = 0;
add(bgFade);
acceptSound = 'assets/sound/clickText.ogg';
acceptSound = 'assets/sounds/clickText.ogg';
new FlxTimer().start(0.83, function(tmr:FlxTimer)
{
bgFade.alpha += (1 / 5) * 0.7;

View File

@ -1576,7 +1576,6 @@ class PlayState extends MusicBeatState
|| epicNote.animation.curAnim.name == 'purpleholdend')
{
epicNote.flipY = true;
epicNote.offset.y -= epicNote.height/2;
}
}
}