mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
chore: supporters update
This commit is contained in:
parent
168656c864
commit
8feda7c15d
2 changed files with 14 additions and 2 deletions
|
|
@ -518,4 +518,16 @@ Jack Dawson
|
||||||
Queso y Libertad
|
Queso y Libertad
|
||||||
RadioJay21H
|
RadioJay21H
|
||||||
NEO
|
NEO
|
||||||
Crecs`;
|
Crecs
|
||||||
|
A AASD
|
||||||
|
Mikhail Ushakov
|
||||||
|
NoFun
|
||||||
|
AmbiguousCake
|
||||||
|
Madeline Naiman
|
||||||
|
2FingerzDown
|
||||||
|
Josiah Lulf
|
||||||
|
Vector Tragedy
|
||||||
|
yann
|
||||||
|
Blarghle Hargle
|
||||||
|
Jelke Boonstra
|
||||||
|
afistupmabum`;
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ document
|
||||||
|
|
||||||
// show popup with a list of Patreon supportes (updated manually)
|
// show popup with a list of Patreon supportes (updated manually)
|
||||||
async function showSupporters() {
|
async function showSupporters() {
|
||||||
const {supporters} = await import("../dynamic/supporters.js?v=1.89.15");
|
const {supporters} = await import("../dynamic/supporters.js?v=1.93.02");
|
||||||
const list = supporters.split("\n").sort();
|
const list = supporters.split("\n").sort();
|
||||||
const columns = window.innerWidth < 800 ? 2 : 5;
|
const columns = window.innerWidth < 800 ? 2 : 5;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue