mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: supporters update
This commit is contained in:
parent
e346c4bd84
commit
b2241b1cd3
2 changed files with 7 additions and 2 deletions
|
|
@ -530,4 +530,9 @@ Vector Tragedy
|
||||||
yann
|
yann
|
||||||
Blarghle Hargle
|
Blarghle Hargle
|
||||||
Jelke Boonstra
|
Jelke Boonstra
|
||||||
afistupmabum`;
|
afistupmabum
|
||||||
|
Rob Frantz
|
||||||
|
Driver
|
||||||
|
Tr4v3l3r
|
||||||
|
Cooper Cantrell
|
||||||
|
Maximilien Bouillot`;
|
||||||
|
|
|
||||||
|
|
@ -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.93.02");
|
const {supporters} = await import("../dynamic/supporters.js?v=1.93.03");
|
||||||
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