From 0a47689eaa40cc133a6bf168b3378678963147a2 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 13 Dec 2023 23:11:12 -0500 Subject: [PATCH 1/2] ease --- .../charting/dialogs/ChartEditorCharacterIconSelectorMenu.hx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/funkin/ui/debug/charting/dialogs/ChartEditorCharacterIconSelectorMenu.hx b/source/funkin/ui/debug/charting/dialogs/ChartEditorCharacterIconSelectorMenu.hx index 357a739fd..d7e9c259b 100644 --- a/source/funkin/ui/debug/charting/dialogs/ChartEditorCharacterIconSelectorMenu.hx +++ b/source/funkin/ui/debug/charting/dialogs/ChartEditorCharacterIconSelectorMenu.hx @@ -13,6 +13,8 @@ import haxe.ui.containers.HBox; import haxe.ui.containers.ScrollView; import haxe.ui.containers.ScrollView; import haxe.ui.core.Screen; +import flixel.tweens.FlxTween; +import flixel.tweens.FlxEase; // @:nullSafety // TODO: Fix null safety when used with HaxeUI build macros. @:access(funkin.ui.debug.charting.ChartEditorState) @@ -27,6 +29,9 @@ class ChartEditorCharacterIconSelectorMenu extends ChartEditorBaseMenu super(state2); initialize(charType, lockPosition); + this.alpha = 0; + this.y -= 10; + FlxTween.tween(this, {alpha: 1, y: this.y + 10}, 0.2, {ease: FlxEase.quartOut}); } function initialize(charType:CharacterType, lockPosition:Bool) From e5ceb1a5e347d5113cdd0bc146f28f8ac1345978 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 13 Dec 2023 23:53:09 -0500 Subject: [PATCH 2/2] asst update --- assets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets b/assets index 7d5968187..dfaf23dfa 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 7d59681870d2b73417a9f5b553720e8b7120bbde +Subproject commit dfaf23dfa11ff67be2eea9113a80ff5dc0040f76