Skip to content

Commit

Permalink
remove compat classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Nov 19, 2024
1 parent 06e33f2 commit 1996b6c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
15 changes: 0 additions & 15 deletions source/game/Song.hx

This file was deleted.

6 changes: 0 additions & 6 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,6 @@ class PlayState extends MusicBeatState {
**/
public var altAnim:String = "";

/**
how big to stretch the pixel art assets
@author ninjamuffin99 probably
**/
@:noCompletion public static var daPixelZoom:Float = 6;

/**
Whether or not you are currently in a cutscene.
Expand Down
2 changes: 1 addition & 1 deletion source/ui/Checkbox.hx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Checkbox extends FlxSprite
this.sprTracker = tracking;
scrollFactor.set();

antialiasing = true;
antialiasing = Options.getData("antialiasing");
}

override function update(elapsed:Float)
Expand Down
8 changes: 0 additions & 8 deletions source/ui/FlxUIDropDownMenuCustom.hx

This file was deleted.

0 comments on commit 1996b6c

Please sign in to comment.