From d692178c0a4cd246e2b1accaf67a4804efbf94dd Mon Sep 17 00:00:00 2001 From: "Ty [Indev]" Date: Tue, 21 May 2024 16:36:10 +0000 Subject: [PATCH] skibidi rizzler gyatt --- README.md | 2 ++ source/game/states/TitleState.hx | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index bf7f397eba..c02376838f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ I legit don't have any plans for this engine, I'm just adding whatever comes to * [Funkin' Crew](https://twitter.com/FNF_Developers) - Original Game, Results BF & GF Assets and Offsets, Speaker thing in Results BG, Preloader +* [Ji-Rath](https://github.com/Ji-Rath) - Polymod asset replacement fix + # Friday Night Funkin This is the repository for Friday Night Funkin, a game originally made for Ludum Dare 47 "Stuck In a Loop". diff --git a/source/game/states/TitleState.hx b/source/game/states/TitleState.hx index 6f629c4625..eac95717da 100644 --- a/source/game/states/TitleState.hx +++ b/source/game/states/TitleState.hx @@ -75,6 +75,7 @@ class TitleState extends MusicBeatState errorCallback: errors, }); + var loadedMods = ""; //Display active mods for (modData in modMetadata) { loadedMods += modData.title+", ";