Add projectile damage
This commit is contained in:
parent
f9f6825776
commit
555be9d602
14 changed files with 111 additions and 40 deletions
|
|
@ -9,7 +9,9 @@ export const settings = {
|
|||
maxVelocityY: 3650,
|
||||
polygonEdgeCount: 8,
|
||||
projectileSpeed: 2000,
|
||||
projectileMaxBounceCount: 1,
|
||||
projectileStartOffset: 150,
|
||||
projectileCreationInterval: 500,
|
||||
playerColorIndexOffset: 3,
|
||||
worldLeftEdge: -5000,
|
||||
worldRightEdge: 5000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue