1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

bump flixel

This commit is contained in:
Cameron Taylor 2024-08-27 16:13:52 -04:00
parent 71ecc8f651
commit 9b712ce2aa
2 changed files with 4 additions and 6 deletions

View file

@ -18,7 +18,7 @@
"name": "flixel", "name": "flixel",
"type": "git", "type": "git",
"dir": null, "dir": null,
"ref": "10c2a203c43a78ff1ff26b8368fd736576829d8d", "ref": "599f38eeb502a8ba6439784036c2cfdc7b485260",
"url": "https://github.com/FunkinCrew/flixel" "url": "https://github.com/FunkinCrew/flixel"
}, },
{ {
@ -59,9 +59,7 @@
"type": "git", "type": "git",
"dir": null, "dir": null,
"ref": "22b1ce089dd924f15cdc4632397ef3504d464e90", "ref": "22b1ce089dd924f15cdc4632397ef3504d464e90",
"url": "https://github.com/FunkinCrew/funkVis" "url": "https://github.com/FunkinCrew/funkVis"
}, },
{ {
"name": "grig.audio", "name": "grig.audio",
@ -107,8 +105,8 @@
"name": "hxcpp", "name": "hxcpp",
"type": "git", "type": "git",
"dir": null, "dir": null,
"url": "https://github.com/HaxeFoundation/hxcpp", "ref": "904ea40643b050a5a154c5e4c33a83fd2aec18b1",
"ref": "904ea40643b050a5a154c5e4c33a83fd2aec18b1" "url": "https://github.com/HaxeFoundation/hxcpp"
}, },
{ {
"name": "hxcpp-debug-server", "name": "hxcpp-debug-server",

View file

@ -245,7 +245,7 @@ class CharSelectSubState extends MusicBeatSubState
cursorBlue.scrollFactor.set(); cursorBlue.scrollFactor.set();
cursorDarkBlue.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); // FlxG.debugger.track(cursor);