Skip to content

Commit

Permalink
high intro
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jul 19, 2024
1 parent 6131931 commit 6da17f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,13 @@ class PlayState extends MusicBeatState
{
switch (curSong.toLowerCase())
{
case "high":
dad.y -= 1000;
FlxTween.tween(dad, {y: dad.y + 1000}, 1, {ease: FlxEase.quadOut});
new FlxTimer().start(2, function(tmr:FlxTimer)
{
startDialogue(doof);
});
case "winter-horrorland":
if (FlxG.save.data.frostedonespotted == false) { FlxG.save.data.frostedonespotted = true; }
var frosted:FlxSprite = new FlxSprite().loadGraphic(Paths.image('thefrostedoneishere'));
Expand Down

0 comments on commit 6da17f9

Please sign in to comment.