Add projectile damage
This commit is contained in:
parent
f9f6825776
commit
555be9d602
14 changed files with 111 additions and 40 deletions
|
|
@ -71,7 +71,7 @@ export const createDungeon = (objectContainer: PhysicalContainer) => {
|
|||
Random.getRandomInRange(0.5, 1),
|
||||
),
|
||||
),
|
||||
Random.getRandomInRange(0.75, 1.5),
|
||||
Random.getRandomInRange(0.25, 1),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue