refactor: brightness

This commit is contained in:
cha0s 2024-07-30 17:05:33 -05:00
parent 32fa9ee257
commit 2becc0afb9

View File

@ -29,7 +29,7 @@ for (let i = 0; i < N; ++i) {
Controlled: {}, Controlled: {},
Direction: {direction: Math.TAU * (i / N)}, Direction: {direction: Math.TAU * (i / N)},
Forces: {}, Forces: {},
Light: {brightness: 0.1}, Light: {brightness: 0},
Owned: {owner: Player ? Player.id : 0}, Owned: {owner: Player ? Player.id : 0},
Position: {x: Position.x, y: Position.y}, Position: {x: Position.x, y: Position.y},
Speed: {}, Speed: {},