add stats

This commit is contained in:
2025-01-18 20:10:54 +09:00
parent 8457312f63
commit 7824ba976b
7 changed files with 22 additions and 6 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
import Buff from './buff.js'
import Projectile from './projectile.js'
// major damage OR minor self sustain / crowd control
// major support OR minor vision / selfless support / creative
// major control OR minor mobility
// Three classes: Blade, Armor, Charm
export default class Ability {
id = crypto.randomUUID()
+1
View File
@@ -14,6 +14,7 @@ const game = new Game()
app.use('/', express.static('public'))
app.use('/three/', express.static('node_modules/three'))
app.use('/@tweenjs/', express.static('node_modules/@tweenjs'))
app.use('/stats.js/', express.static('node_modules/stats.js'))
app.use(express.urlencoded({ extended: true }))
app.ws('/ws', async (req, res) => {