parent
c8799e833c
commit
a3d420b3a6
26 changed files with 708 additions and 1627 deletions
4
modules/utils.js
Normal file
4
modules/utils.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
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