Skip to content

Commit

Permalink
goodbye leather logo bumpin you will not be missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Oct 28, 2024
1 parent cf1c117 commit 281a5b8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source/states/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,8 @@ class TitleState extends MusicBeatState {

logoBl = new FlxSprite(0, 0);

if (Options.getData("watermarks"))
logoBl.frames = Paths.getSparrowAtlas('title/leatherLogoBumpin');
else
logoBl.frames = Paths.getSparrowAtlas('title/logoBumpin');

logoBl.frames = Paths.getSparrowAtlas('title/logoBumpin');

logoBl.antialiasing = Options.getData("antialiasing");
logoBl.animation.addByPrefix('bump', 'logo bumpin', 24);
Expand All @@ -195,7 +193,7 @@ class TitleState extends MusicBeatState {
gfDance.frames = Paths.getSparrowAtlas('title/gfDanceTitle');
gfDance.animation.addByIndices('danceLeft', 'gfDance', [30, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "", 24, false);
gfDance.animation.addByIndices('danceRight', 'gfDance', [15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "", 24, false);
gfDance.antialiasing = true;
gfDance.antialiasing = Options.getData("antialiasing");
gfDance.shader = swagShader.shader;

titleText = new FlxSprite(100, FlxG.height * 0.8);
Expand Down

0 comments on commit 281a5b8

Please sign in to comment.