Skip to content

Commit

Permalink
senpai
Browse files Browse the repository at this point in the history
  • Loading branch information
x8c8r committed Jul 10, 2024
1 parent 5de865e commit 32f7806
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/preload/data/senpai/senpai.json

Large diffs are not rendered by default.

Binary file modified assets/songs/senpai/Inst.ogg
Binary file not shown.
Binary file modified assets/songs/senpai/Voices.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion source/SongCard.hx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SongCard extends FlxTypedGroup<FlxSprite>{
setName("the frosted one", "the frosted one");
// Week 6
case 'senpai':
setName("Senpai V3", "");
setName("Senpai V3", "x8c8r");
case 'roses':
setName("Roses V3", "Xarion");
case 'thorns':
Expand Down
6 changes: 3 additions & 3 deletions source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ class TitleState extends MusicBeatState
switch (curBeat)
{
case 1:
createCoolText(['ninjamuffin99', 'phantomArcade', 'kawaisprite', 'evilsk8er']);
createCoolText(['team', 'cinemamakers', '']);
// credTextShit.visible = true;
case 3:
addMoreText('present');
addMoreText('presents');
// credTextShit.text += '\npresent...';
// credTextShit.addText();
case 4:
Expand Down Expand Up @@ -391,7 +391,7 @@ class TitleState extends MusicBeatState
addMoreText('Night');
// credTextShit.text += '\nNight';
case 15:
addMoreText('Funkin'); // credTextShit.text += '\nFunkin';
addMoreText('Funkin V3'); // credTextShit.text += '\nFunkin';

case 16:
skipIntro();
Expand Down

0 comments on commit 32f7806

Please sign in to comment.