add visual distinction for teams

This commit is contained in:
2025-01-12 20:38:00 +09:00
parent ea23aa3174
commit 49a4d3e924
3 changed files with 16 additions and 5 deletions
+2 -2
View File
@@ -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,