Add projectile damage
This commit is contained in:
parent
f9f6825776
commit
555be9d602
14 changed files with 111 additions and 40 deletions
|
|
@ -103,7 +103,7 @@ export class Game {
|
|||
{
|
||||
shadowTraceCount: 16,
|
||||
paletteSize: 10,
|
||||
enableStopwatch: true,
|
||||
//enableStopwatch: true,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ export class Game {
|
|||
colorPalette: [
|
||||
rgb(1, 1, 1),
|
||||
rgb(0.4, 0.4, 0.4),
|
||||
rgb(0.3, 1, 1),
|
||||
rgb(1, 1, 1),
|
||||
...settings.playerColors,
|
||||
],
|
||||
enableHighDpiRendering: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue