Initial Commit

This commit is contained in:
akko
2024-10-08 11:47:30 +02:00
commit afaef18745
5441 changed files with 8298 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "game",
"version": "0.0.1",
"private": true,
"devDependencies": {
"shadow-cljs": "2.28.15"
},
"dependencies": {
"pixi.js": "^8.4.1"
}
}