mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
Remove Kickstarter link from credits.
This commit is contained in:
parent
dbcbb73338
commit
5e7b417d6f
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 1a7a0b6cc60dc8131f1651caa7abef0c1944a10c
|
Subproject commit 40d946207aa14b996b152800f285f94b7a679ba4
|
|
@ -57,10 +57,6 @@ class CreditsDataHandler
|
||||||
{line: 'KawaiSprite'},
|
{line: 'KawaiSprite'},
|
||||||
{line: 'evilsk8r'},
|
{line: 'evilsk8r'},
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
header: 'Kickstarter Backers',
|
|
||||||
appendBackers: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -68,11 +64,11 @@ class CreditsDataHandler
|
||||||
|
|
||||||
public static function fetchBackerEntries():Array<String>
|
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,
|
// 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.
|
// because we don't want to deadname people who haven't logged into the portal yet.
|
||||||
// It can be async and paginated for performance!
|
// It can be async and paginated for performance!
|
||||||
return ['See the list of backers at $BACKER_PUBLIC_URL.'];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HARDCODED_CREDITS
|
#if HARDCODED_CREDITS
|
||||||
|
|
Loading…
Reference in a new issue