diff --git a/source/HUD.hx b/source/HUD.hx index e3a6fc4..83a81ee 100644 --- a/source/HUD.hx +++ b/source/HUD.hx @@ -150,7 +150,6 @@ class HUD extends FlxTypedGroup // DEBUG FlxG.watch.add(this, "_menuOption", "Menu Index"); - FlxG.watch.add(_sprThoughts.animation, "curAnim"); FlxG.watch.add(_sprInteraction, "alpha", "Interact Alpha"); FlxG.watch.add(_sprInteraction, "visible", "Interact Visible"); FlxG.watch.add(_tmpText, "text", "Temp Text"); @@ -269,7 +268,7 @@ class HUD extends FlxTypedGroup // WIPE case 6: - // + wipeGel(); // CONFIG case 7: @@ -301,6 +300,13 @@ class HUD extends FlxTypedGroup _sprInteraction.fadeOut(2, itemLeave); } + private function wipeGel():Void + { + itemJoin("W"); + _gel.Wipe(); + _sprInteraction.fadeOut(2, itemLeave); + } + private function itemJoin(letter:String = ""):Void { _sprInteraction.visible = true;