add buffs

This commit is contained in:
2025-01-18 10:49:38 +09:00
parent ed6394354e
commit 7415475cb0
6 changed files with 112 additions and 7 deletions
+4 -4
View File
@@ -4,11 +4,11 @@ import SATX from './satx.js'
export default class Projectile {
id = crypto.randomUUID()
after = null
after = null // TODO: hide from reports but keep public
height = 50
memory = {}
onCollide = null
owner = null
memory = {} // TODO: hide from reports but keep public
onCollide = null // TODO: hide from reports but keep public
owner = null // TODO: only keep an ID
position = new Vector2()
radius = 5
speed = 1000