Skip to content

Commit

Permalink
sowwy X8!! >m<
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jun 28, 2024
1 parent ba401e9 commit 1d3374f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/preload/data/blammed-alt/blammed-alt.json

Large diffs are not rendered by default.

Binary file added assets/songs/blammed-alt/Inst.mp3
Binary file not shown.
Binary file added assets/songs/blammed-alt/Inst.ogg
Binary file not shown.
Binary file added assets/songs/blammed-alt/Voices.mp3
Binary file not shown.
File renamed without changes.
3 changes: 2 additions & 1 deletion source/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ class FreeplayState extends MusicBeatState

pages[1] = new FreeplayPage([
newSong("Tutorial-BSide", 1, "gf"),
newSong("Spookeez-Erect", 1, "spooky")
newSong("Spookeez-Erect", 1, "spooky"),
newSong("Blammed-alt", 1, "pico")
],
"Remixes");

Expand Down
4 changes: 3 additions & 1 deletion source/SongCard.hx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SongCard extends FlxTypedGroup<FlxSprite>{
case 'philly':
setName("Philly Nice V3", "Didgie");
case 'blammed':
setName("Blammed V3", "x8c8r and Didgie");
setName("Blammed V3", "x8c8r");
// Week 4
case 'satin-panties':
setName("Satin Panties V3", "");
Expand All @@ -95,6 +95,8 @@ class SongCard extends FlxTypedGroup<FlxSprite>{
// Remixes
case 'tutorial-bside':
setName("Tutorial BSide", "x8c8r");
case 'blammed-alt':
setName("Blammed V3 ALT", "x8c8r & Didgie");
// Bonus
case 'dotdotdot':
setName("Dotdotdot", "Didgie");
Expand Down

0 comments on commit 1d3374f

Please sign in to comment.