feat(#8): modularizing
This commit is contained in:
parent
f300fe1be7
commit
32dd2ad599
11 changed files with 271 additions and 94 deletions
|
@ -1,4 +0,0 @@
|
|||
export async function getLevel(name) {
|
||||
const level = await fetch("/resources/" + name + ".json");
|
||||
return await level.json();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue