feat: game over screen

This commit is contained in:
pobadoba
2026-05-10 17:43:03 +09:00
parent 808b2545e2
commit b88f47c70d
7 changed files with 593 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "p5js-vite",
"name": "untitled-maze-game",
"version": "0.1.0",
"scripts": {
"dev": "vite",
@@ -11,6 +11,7 @@
},
"dependencies": {
"babylonjs": "^9.5.1",
"p5": "^2.2.3",
"p5js-wrapper": "^1.2.3"
}
}