add lane scenario with HP

This commit is contained in:
2025-01-11 21:40:57 +09:00
parent 462dfe7b9a
commit 957b09b878
4 changed files with 78 additions and 14 deletions
+2
View File
@@ -7,6 +7,8 @@ export default class Entity {
id = crypto.randomUUID()
speed = 400
radius = 0
health = 1
maxHealth = 1
#position = new Vector2()
#dest = null