Skip to content

Commit

Permalink
heheheha!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Feb 16, 2024
1 parent d90568d commit 2a71033
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/shared/characters/senpai-angry.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
150,
360
],
"healthicon": "senpai-pixel",
"healthicon": "senpaiangy-pixel",
"flip_x": false,
"healthbar_colors": [
255,
Expand Down
Binary file added assets/shared/images/freeplaysections/covers.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/shared/images/freeplaysections/foxa.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/shared/images/freeplaysections/joke.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/shared/images/icons/icon-nothing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/shared/weeks/week6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"songs": [
["Senpai", "senpai-pixel", [255, 120, 191]],
["Roses", "senpai-pixel", [255, 120, 191]],
["Roses", "senpaiangy-pixel", [255, 120, 191]],
["Thorns", "spirit-pixel", [255, 120, 191]]
],

Expand Down
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 example_mods/Vs.Foxa 3.0/images/icons/icon-bf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
38 changes: 38 additions & 0 deletions example_mods/Vs.Foxa 3.0/weeks/4-Joke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"songs": [
[
"Angy-Fox",
"trolledfoxa",
[
0,
113,
253
]
]
],
"flashingColor": [
191,
60,
140
],
"hiddenUntilUnlocked": false,
"hideFreeplay": false,
"weekBackground": "joke",
"difficulties": "",
"weekCharacters": [
"",
"",
""
],
"storyName": "what?",
"weekName": "this joke song",
"freeplayColor": [
146,
113,
253
],
"hideStoryMode": true,
"weekBefore": "tutorial",
"startUnlocked": false,
"sections":["Joke"]
}
10 changes: 5 additions & 5 deletions source/states/CreditsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CreditsState extends MusicBeatState {
var offsetThing:Float = -75;

override function create() {
#if desktop DiscordClient.changePresence("Credits Menu", null); #end // Updating Discord Rich Presence
#if desktop DiscordClient.changePresence("Credits Menu", null); #end

persistentUpdate = true;

Expand All @@ -40,9 +40,9 @@ class CreditsState extends MusicBeatState {

var defaultList:Array<Array<String>> = [ //Name - Icon name - Description - Link (Optional) - BG Color
['Vs. Foxa Devs'],
['Foxa The Artist', 'foxa', 'Director of Vs. Foxa\nDid most of the stuff for this mod', 'https://www.youtube.com/channel/UCu0cMjmyVBgUXSieMwbqyjA', 'EEABFC'],
['Dark', 'dark', 'Charter\nDialogue Writer and Story Helper', 'https://steamcommunity.com/id/DarknessLight1/', 'AA00FF'],
['CharlesCatYT', 'venusian', 'Engine Coder,\nAssistant Composer and Artist(?)', 'https://gamebanana.com/members/2020512', 'F3FF4A'],
['Foxa The Artist', 'foxa', 'Director of Vs. Foxa', 'https://www.youtube.com/channel/UCu0cMjmyVBgUXSieMwbqyjA', 'EEABFC'],
['Dark', 'dark', 'Charter,\nDialogue Writer and Story Helper', 'https://steamcommunity.com/id/DarknessLight1/', 'AA00FF'],
['CharlesCatYT', 'venusian', 'Engine Coder,\nAssistant Composer and Artist', 'https://gamebanana.com/members/2020512', 'F3FF4A'],
[''],
['Vs. Foxa Contributors'],
['TheAnimateMan', 'animate', 'Trolled Foxa Sprites', 'https://www.youtube.com/channel/UCwsHVR5zkvnW4U4-Uoh118w', 'A1A1A1'],
Expand Down Expand Up @@ -87,7 +87,7 @@ class CreditsState extends MusicBeatState {
['CheemsAndFriends', 'face', 'Creator of FlxAnimate', 'https://twitter.com/CheemsnFriendos', 'A1A1A1'],
[''],
["Funkin' Crew"],
['ninjamuffin99', 'ninjamuffin99', "Ex-Programmer of Friday Night Funkin'", 'https://twitter.com/ninja_muffin99', 'CF2D2DFF800080'],
['ninjamuffin99', 'ninjamuffin99', 'Ex-Programmer of Friday Night Funkin\'\nI don\'t support them.', 'https://twitter.com/ninja_muffin99', 'CF2D2DFF800080'],
['PhantomArcade', 'phantomarcade', "Animator of Friday Night Funkin'", 'https://twitter.com/PhantomArcade3K', 'FADC45'],
['evilsk8r', 'evilsk8r', "Artist of Friday Night Funkin'", 'https://twitter.com/evilsk8r', '5ABD4B'],
['kawaisprite', 'kawaisprite', "Composer of Friday Night Funkin'", 'https://twitter.com/kawaisprite', '378FC7']
Expand Down

0 comments on commit 2a71033

Please sign in to comment.