Skip to content

Commit

Permalink
finished credits stuff and fixed main menu music coming back in somet…
Browse files Browse the repository at this point in the history
…imes (also slightly edited charts by ethan)
  • Loading branch information
Fyrid19 committed Feb 12, 2024
1 parent a2aefd8 commit 4533157
Show file tree
Hide file tree
Showing 9 changed files with 4,518 additions and 7,532 deletions.
Binary file added assets/preload/images/credits/mod/avery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/preload/images/credits/mod/boo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/preload/images/credits/mod/mare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/preload/music/freakyMenu.ogg
Binary file not shown.
8,520 changes: 2,665 additions & 5,855 deletions example_mods/data/joeseph/joeseph.json

Large diffs are not rendered by default.

2,227 changes: 1,186 additions & 1,041 deletions example_mods/data/joever/joever.json

Large diffs are not rendered by default.

1,284 changes: 657 additions & 627 deletions example_mods/data/porphyrophobia/porphyrophobia.json

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions source/CreditsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,16 @@ class CreditsState extends MusicBeatState
}
#end

var pisspoop:Array<Array<String>> = [ //Name - Icon name - Description - Link - BG Color
var pisspoop:Array<Array<String>> = [ //Name - Icon name - Description - Link - BG Color - Quote (coding in a later version)
['Vs Joeseph DEMO'],
['ethanlolcat3', 'mod/ethan', 'Director, Artist, Composer, Charter', 'https://twitter.com/ethanlolcat3', 'FFAA00'],
['FyriDev', 'mod/ray', 'Director, Artist, Coder, Charter', 'https://twitter.com/FyriDev', '5B16CA'],
['BoxHaze', 'mod/hazel', 'Composer', 'https://twitter.com/BoxJosh03', 'FFABF9'],
['BringOutTheDead', 'mod/boo', 'Artist', 'https://twitter.com/out_thedead', '73E8C3'],
['ZoipTheMinion', 'mod/zoip', 'Charter', 'https://www.youtube.com/channel/UCZPZymCX98uP2LgQPWNnMVg', '298BF4'],
['AVeryCringeUser', 'mod/avery', 'Charter', 'https://twitter.com/aver_av1', '3147EA'],
['no707', 'mod/707', 'Charter', 'https://twitter.com/n07O7', '9C1212'],
['ethanlolcat3', 'mod/ethan', 'Director, Artist, Composer, Charter', 'https://twitter.com/ethanlolcat3', 'FFAA00'],
['FyriDev', 'mod/ray', 'Director, Artist, Coder, Charter', 'https://twitter.com/FyriDev', '5B16CA'],
['BoxHaze', 'mod/hazel', 'Composer', 'https://twitter.com/BoxJosh03', 'FFABF9'],
['BringOutTheDead', 'mod/boo', 'Artist', 'https://twitter.com/out_thedead', '73E8C3'],
['Virusmare', 'mod/mare', 'Artist', 'https://www.youtube.com/@Virusmare', 'D6EAF3'],
['ZoipTheMinion', 'mod/zoip', 'Charter', 'https://www.youtube.com/channel/UCZPZymCX98uP2LgQPWNnMVg', '298BF4'],
['AVeryCringeUser', 'mod/avery', 'Charter', 'https://twitter.com/aver_av1', '3147EA'],
['no707', 'mod/707', 'Charter', 'https://twitter.com/n07O7', '9C1212'],
[''],
['Psych Engine Team'],
['Shadow Mario', 'shadowmario', 'Main Programmer of Psych Engine', 'https://twitter.com/Shadow_Mario_', '444444'],
Expand Down
2 changes: 1 addition & 1 deletion source/GameOverSubstate.hx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class GameOverSubstate extends MusicBeatSubstate
else
MusicBeatState.switchState(new FreeplayState());

FlxG.sound.playMusic(Paths.music('freakyMenu'));
FlxG.sound.playMusic(Paths.music('joeMenu'));
PlayState.instance.callOnLuas('onGameOverConfirm', [false]);
}

Expand Down

0 comments on commit 4533157

Please sign in to comment.