Basic module loading

This commit is contained in:
Phireh 2024-12-31 15:23:52 +01:00
commit 60e77c05d6
2 changed files with 11 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"id": "bae",
"title": "Better area effects",
"description": "Bullet hell mechanics for everyone.",
"authors:": [
"authors": [
{
"name": "Phireh"
}
@ -11,5 +11,8 @@
"compatibility": {
"minimum": "12",
"verified": "12"
}
},
"scripts": [
"scripts/bae.js"
]
}