Skip to content

Commit 8a15e00

Browse files
committed
funkin.shaders.ui -> funkin.ui.shaders
Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
1 parent bb5e161 commit 8a15e00

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/funkin/ui/freeplay/DifficultyGroup.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package funkin.ui.freeplay;
22

3-
import funkin.shaders.ui.PureColor;
3+
import funkin.ui.shaders.PureColor;
44

55
class DifficultyGroup extends FunkinSpriteGroup
66
{

src/funkin/ui/freeplay/FreeplayCapsule.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package funkin.ui.freeplay;
22

33
import flixel.math.FlxPoint;
44
import flixel.math.FlxRect;
5-
import funkin.shaders.ui.GaussianBlurShader;
5+
import funkin.ui.shaders.GaussianBlurShader;
66

77
class FreeplayCapsule extends FlxSpriteGroup
88
{

src/funkin/ui/freeplay/FreeplayState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ package funkin.ui.freeplay;
33
import funkin.data.song.Song;
44
import funkin.data.week.Week;
55
import funkin.play.PlayState;
6-
import funkin.shaders.ui.AngleMask;
7-
import funkin.shaders.ui.StrokeShader;
86
import funkin.ui.freeplay.backingcards.BackingCard;
97
import funkin.ui.freeplay.backingcards.BoyfriendBackingCard;
108
import funkin.ui.freeplay.dj.FreeplayDJ;
119
import funkin.ui.menu.MenuState;
10+
import funkin.ui.shaders.AngleMask;
11+
import funkin.ui.shaders.StrokeShader;
1212

1313
class FreeplayState extends FunkinState
1414
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package funkin.shaders.ui;
1+
package funkin.ui.shaders;
22

33
import flixel.system.FlxAssets.FlxShader;
44
import flixel.util.FlxColor;

src/funkin/shaders/ui/GaussianBlurShader.hx renamed to src/funkin/ui/shaders/GaussianBlurShader.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package funkin.shaders.ui;
1+
package funkin.ui.shaders;
22

33
import flixel.system.FlxAssets.FlxShader;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package funkin.shaders.ui;
1+
package funkin.ui.shaders;
22

33
import flixel.system.FlxAssets.FlxShader;
44
import flixel.util.FlxColor;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package funkin.shaders.ui;
1+
package funkin.ui.shaders;
22

33
import flixel.system.FlxAssets.FlxShader;
44
import flixel.util.FlxColor;

0 commit comments

Comments
 (0)