File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package funkin .ui .freeplay ;
22
3- import funkin .shaders . ui .PureColor ;
3+ import funkin .ui . shaders .PureColor ;
44
55class DifficultyGroup extends FunkinSpriteGroup
66{
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package funkin.ui.freeplay;
22
33import flixel .math .FlxPoint ;
44import flixel .math .FlxRect ;
5- import funkin .shaders . ui .GaussianBlurShader ;
5+ import funkin .ui . shaders .GaussianBlurShader ;
66
77class FreeplayCapsule extends FlxSpriteGroup
88{
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ package funkin.ui.freeplay;
33import funkin .data .song .Song ;
44import funkin .data .week .Week ;
55import funkin .play .PlayState ;
6- import funkin .shaders .ui .AngleMask ;
7- import funkin .shaders .ui .StrokeShader ;
86import funkin .ui .freeplay .backingcards .BackingCard ;
97import funkin .ui .freeplay .backingcards .BoyfriendBackingCard ;
108import funkin .ui .freeplay .dj .FreeplayDJ ;
119import funkin .ui .menu .MenuState ;
10+ import funkin .ui .shaders .AngleMask ;
11+ import funkin .ui .shaders .StrokeShader ;
1212
1313class FreeplayState extends FunkinState
1414{
Original file line number Diff line number Diff line change 1- package funkin .shaders . ui ;
1+ package funkin .ui . shaders ;
22
33import flixel .system .FlxAssets .FlxShader ;
44import flixel .util .FlxColor ;
Original file line number Diff line number Diff line change 1- package funkin .shaders . ui ;
1+ package funkin .ui . shaders ;
22
33import flixel .system .FlxAssets .FlxShader ;
44
Original file line number Diff line number Diff line change 1- package funkin .shaders . ui ;
1+ package funkin .ui . shaders ;
22
33import flixel .system .FlxAssets .FlxShader ;
44import flixel .util .FlxColor ;
Original file line number Diff line number Diff line change 1- package funkin .shaders . ui ;
1+ package funkin .ui . shaders ;
22
33import flixel .system .FlxAssets .FlxShader ;
44import flixel .util .FlxColor ;
You can’t perform that action at this time.
0 commit comments