refactor: brightness
This commit is contained in:
parent
32fa9ee257
commit
2becc0afb9
|
@ -29,7 +29,7 @@ for (let i = 0; i < N; ++i) {
|
|||
Controlled: {},
|
||||
Direction: {direction: Math.TAU * (i / N)},
|
||||
Forces: {},
|
||||
Light: {brightness: 0.1},
|
||||
Light: {brightness: 0},
|
||||
Owned: {owner: Player ? Player.id : 0},
|
||||
Position: {x: Position.x, y: Position.y},
|
||||
Speed: {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user