From 9b712ce2aa407ba2ac01715e76eaceadb02207b9 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Tue, 27 Aug 2024 16:13:52 -0400 Subject: [PATCH] bump flixel --- hmm.json | 8 +++----- source/funkin/ui/charSelect/CharSelectSubState.hx | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hmm.json b/hmm.json index c6fb67eba..0520b85c9 100644 --- a/hmm.json +++ b/hmm.json @@ -18,7 +18,7 @@ "name": "flixel", "type": "git", "dir": null, - "ref": "10c2a203c43a78ff1ff26b8368fd736576829d8d", + "ref": "599f38eeb502a8ba6439784036c2cfdc7b485260", "url": "https://github.com/FunkinCrew/flixel" }, { @@ -59,9 +59,7 @@ "type": "git", "dir": null, "ref": "22b1ce089dd924f15cdc4632397ef3504d464e90", - "url": "https://github.com/FunkinCrew/funkVis" - }, { "name": "grig.audio", @@ -107,8 +105,8 @@ "name": "hxcpp", "type": "git", "dir": null, - "url": "https://github.com/HaxeFoundation/hxcpp", - "ref": "904ea40643b050a5a154c5e4c33a83fd2aec18b1" + "ref": "904ea40643b050a5a154c5e4c33a83fd2aec18b1", + "url": "https://github.com/HaxeFoundation/hxcpp" }, { "name": "hxcpp-debug-server", diff --git a/source/funkin/ui/charSelect/CharSelectSubState.hx b/source/funkin/ui/charSelect/CharSelectSubState.hx index 8b1f050f5..41ed7ef1e 100644 --- a/source/funkin/ui/charSelect/CharSelectSubState.hx +++ b/source/funkin/ui/charSelect/CharSelectSubState.hx @@ -245,7 +245,7 @@ class CharSelectSubState extends MusicBeatSubState cursorBlue.scrollFactor.set(); cursorDarkBlue.scrollFactor.set(); - FlxTween.color(cursor, 0.2, 0xFFFFFF00, 0xFFFFCC00, {type: FlxTween.PINGPONG}); + FlxTween.color(cursor, 0.2, 0xFFFFFF00, 0xFFFFCC00, {type: PINGPONG}); // FlxG.debugger.track(cursor);