Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
skibidi rizzler gyatt
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox committed May 21, 2024
1 parent 0cd1c47 commit d692178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
1 change: 1 addition & 0 deletions source/game/states/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class TitleState extends MusicBeatState
errorCallback: errors,
});

var loadedMods = "";
//Display active mods
for (modData in modMetadata) {
loadedMods += modData.title+", ";
Expand Down

0 comments on commit d692178

Please sign in to comment.