1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00

Remove Kickstarter link from credits.

This commit is contained in:
EliteMasterEric 2024-04-12 14:44:01 -04:00
parent dbcbb73338
commit 5e7b417d6f
2 changed files with 3 additions and 7 deletions

2
assets

@ -1 +1 @@
Subproject commit 1a7a0b6cc60dc8131f1651caa7abef0c1944a10c
Subproject commit 40d946207aa14b996b152800f285f94b7a679ba4

View file

@ -57,10 +57,6 @@ class CreditsDataHandler
{line: 'KawaiSprite'},
{line: 'evilsk8r'},
]
},
{
header: 'Kickstarter Backers',
appendBackers: true
}
]
};
@ -68,11 +64,11 @@ class CreditsDataHandler
public static function fetchBackerEntries():Array<String>
{
// TODO: Replace this with a web request.
// TODO: Implement a web request.
// We can't just grab the current Kickstarter data and include it in builds,
// because we don't want to deadname people who haven't logged into the portal yet.
// It can be async and paginated for performance!
return ['See the list of backers at $BACKER_PUBLIC_URL.'];
return [];
}
#if HARDCODED_CREDITS