Skip to content

Commit

Permalink
HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbyyOrbinaut committed Sep 17, 2024
1 parent 490eb49 commit acdbadd
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tweak 10.1
https://github.com/OrbyyOrbinaut/FNF-Weekly-Public/releases/download/10.0.1/FNF.Weekly.zip
Tweak 10.1.1
https://github.com/OrbyyOrbinaut/FNF-Weekly-Public/releases/download/10.1.1/FNF.Weekly.zip
2 changes: 1 addition & 1 deletion assets/preload/images/gallery/weeks/11/43.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fanart by: GalRosalina
Fanart by: Cometflamer
2 changes: 1 addition & 1 deletion assets/preload/images/gallery/weeks/11/45.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fanart by: Michael Hills
Fanart by: AmberTheSilly
2 changes: 1 addition & 1 deletion assets/preload/images/gallery/weeks/11/51.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fanart by: PixAves
Fanart by: PixelAves
2 changes: 1 addition & 1 deletion assets/preload/images/gallery/weeks/11/52.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fanart by: PixAves
Fanart by: PixelAves
2 changes: 1 addition & 1 deletion content/W08_MIRROR_MATCH/data/frauduccine/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"credits" : {
"music" : ["Cloverderus", "theWAHbox"],
"chart" : ["Cloverderus"],
"art" : ["MochaDrawss", "Dollie", "Jam", "DerpDrawz"],
"art" : ["MochaDrawss", "Dollie", "Jam", "DerpDrawz", "lemlem_mew", "Ito Saihara"],
"code" : ["Crossknife", "OrbyyOrbinaut"],
"va" : null
}
Expand Down
2 changes: 1 addition & 1 deletion content/W10_THE_TWEAKING_BOSSFIGHT/data/credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FNF Shittly Team::Shittly::"Friends And Fellas" Gameover <3::https://gamebanana.
niffirg::Niffrg::Composer & Charter of "Buds And Bluds", Singer of "There's Always Next Week!", Composer of "Scareful" with scrumbo_ & Churgney Gurgney, Cutscene Editor, "Syncopation"/"Friends And Fellas" Outro Sounds::https://x.com/n1ffirg::0xFFFFAF64
DerpDrawz::DrawzDerp::All Visuals of "Buds And Bluds", "Syncopation"/"Friends And Fellas" Background, "There's Always Next Week" Background Art, Marathon Norbert/Trebron F&F Icons, "Genre Null" Location Card, Kelvin Credit Icon, Rolling Credits Doodles::https://x.com/derpdrawz4541::0xFFFFAF64
loggo::Loggo::Composer, Events & Programming of "Teaking Pico Mix", "Buds And Bluds" Gameovers::https://x.com/loggoman512::0xFFFFAF64
KatAnims::KatAnims::Composer of "Goo Weekly Mix", Backgroun for "Goo Weekly Mix" and "Teaking Weekly Mix", Rolling Credits Doodles::https://x.com/KatAnims::0xFFFFAF64
KatAnims::KatAnims::Composer of "Goo Weekly Mix", Background for "Goo Weekly Mix" and "Teaking Weekly Mix", Rolling Credits Doodles::https://x.com/KatAnims::0xFFFFAF64
OrbyyOrbinaut::Orbyy::Programmer of "Syncopation", "Tenkaichi Battleworld", "Buds And Bluds", "Goo Pico", "Teaking Weekly Mix" "Goo Weekly Mix" & "There's Always Next Week!", Main Menu & Gallery Programming, Charter of "Goo Weekly Mix"::https://x.com/OrbyyNew::0xFFFFAF64
Lethrial::Lethrial::Programmer of "Tenkaichi Battleworld", "Friends And Fellas" & "Buds And Bluds", Gallery Programming, Charter of "Teaking Weekly Mix"::https://x.com/lethrial::0xFFFFAF64
Flaguieug::Flaguieug::Creator & Programmer of Marathon Mode, Programmer of "Syncopation", "Scarefull" & "There's Always Next Week!", Rolling Finale Credits Editor & Programmer, Bacteria John T10 / Herobrine T10 / Guest 666 T10 Sprites, "Tenkaichi Battleworld" Zer0 Cameo, Marathon Win Jingle::https://x.com/Flaguieug::0xFFFFAF64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"credits" : {
"music" : ["Kreagato"],
"chart" : ["Srife5"],
"art" : ["alphaLul1", "Dollie", "DerpDrawz", "MochaDrawss"],
"art" : ["alphaLul1", "Dollie", "DerpDrawz", "MochaDrawss", "KatAnims", "Ito Saihara"],
"code" : ["DuskieWhy", "Srife5"],
"va" : null
}
Expand Down
2 changes: 1 addition & 1 deletion source/meta/states/WeeklyMainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using StringTools;
class WeeklyMainMenuState extends MusicBeatState
{
// This is our current version dont forget to change it when compiling releases
public static var psychEngineVersion:String = 'Tweak 10.1'; //MAKE SURE THIS IS UP TO DATE SINCE IT MATTERS FOR AUTO UPDATING !!!!
public static var psychEngineVersion:String = 'Tweak 10.1.1'; //MAKE SURE THIS IS UP TO DATE SINCE IT MATTERS FOR AUTO UPDATING !!!!
//public static var curSelected:Int = 0;
var canClick:Bool = true;
var norbertcanIdle:Bool = false; // dumb and gay my b
Expand Down

0 comments on commit acdbadd

Please sign in to comment.