add lane scenario with HP
This commit is contained in:
@@ -7,6 +7,8 @@ export default class Entity {
|
||||
id = crypto.randomUUID()
|
||||
speed = 400
|
||||
radius = 0
|
||||
health = 1
|
||||
maxHealth = 1
|
||||
|
||||
#position = new Vector2()
|
||||
#dest = null
|
||||
|
||||
Reference in New Issue
Block a user