Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 2, 2024
1 parent c06c1f3 commit 4ca7c4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions source/funkin/ui/title/IntroTextState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ class IntroTextState extends MusicBeatState
super.update(elapsed);
}

override function draw()
{
super.draw();
}

public function createCoolText(textArray:Array<String>)
{
if (credGroup == null || textGroup == null) return;
Expand Down
5 changes: 0 additions & 5 deletions source/funkin/ui/title/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,6 @@ class TitleState extends MusicBeatState
super.update(elapsed);
}

override function draw()
{
super.draw();
}

var cheatArray:Array<Int> = [0x0001, 0x0010, 0x0001, 0x0010, 0x0100, 0x1000, 0x0100, 0x1000];
var curCheatPos:Int = 0;
var cheatActive:Bool = false;
Expand Down

0 comments on commit 4ca7c4c

Please sign in to comment.