Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Wither362 authored May 9, 2022
1 parent 8c1da66 commit 1b10167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ class TitleState extends MusicBeatState
public static var closedState:Bool = false;
override function beatHit()
{
if(Flx
super.beatHit();

if(logoBl != null)
Expand Down

4 comments on commit 1b10167

@Theoyeah
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So i suppose poisons note works ?

@Wither362
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah?

@Theoyeah
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested, it works but only like 1 second after the health drain will stop, it would be so much fair if we do for 10 seconds

@DEMOLITIONDON96
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested, it works but only like 1 second after the health drain will stop, it would be so much fair if we do for 10 seconds

The code for my mod lasts for 20 seconds lol

Please sign in to comment.