add visual distinction for teams
This commit is contained in:
+2
-2
@@ -139,7 +139,7 @@ function laneScenario() {
|
||||
const entity1 = new Entity({
|
||||
id: '1',
|
||||
health: 100,
|
||||
height: 100,
|
||||
height: 80,
|
||||
maxHealth: 100,
|
||||
position: new Vector2(500, 150),
|
||||
radius: 50,
|
||||
@@ -151,7 +151,7 @@ function laneScenario() {
|
||||
const entity2 = new Entity({
|
||||
id: '2',
|
||||
health: 100,
|
||||
height: 100,
|
||||
height: 80,
|
||||
maxHealth: 100,
|
||||
position: new Vector2(1600, 1800),
|
||||
radius: 50,
|
||||
|
||||
Reference in New Issue
Block a user