Skip to content

Commit

Permalink
dude what?
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Feb 23, 2024
1 parent 1473b79 commit 35bff31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
runs-on: windows-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected]

- uses: krdlab/setup-haxe@master
Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:
runs-on: macos-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- uses: krdlab/setup-haxe@master
Expand Down
2 changes: 1 addition & 1 deletion source/objects/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class Note extends FlxSprite
/*if(texture == null) texture = '';
if(postfix == null) postfix = '';*/
for (e in [texture, postfix])
if ( == null)
if (e == null)
e = '';

var skin:String = texture + postfix;
Expand Down
4 changes: 2 additions & 2 deletions source/states/LoadingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class LoadingState extends MusicBeatState
"Oo0ooOoOOo000OOO!!!",
"Witness the might\nof the seas!",
"WE GOTTA GET SPONGEBOB BACK",
"Blud really said-"
"Blud really said-",
"CARAMEL ARROW SUPREMACY",
"I put the new Forgi's on the jeep-",
"I will rip your intestines out.",
Expand All @@ -81,7 +81,7 @@ class LoadingState extends MusicBeatState
"Is Week 8 gonna come out anytime soon?",
"FIRE IN THE HOLE",
"WATER IN THE HILL",

"There might be someone out there that's thinking about making a mod about you.\nKeep that in mind.",
"Funkin' Forever.",
"i hope you go mooseing\nand get fucked by a campfire",
Expand Down

0 comments on commit 35bff31

Please sign in to comment.