mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
bump flixel
This commit is contained in:
parent
71ecc8f651
commit
9b712ce2aa
2 changed files with 4 additions and 6 deletions
8
hmm.json
8
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",
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue