Skip to content

Commit 99a4ba1

Browse files
author
MoonTech
committed
Update2
1 parent 842863b commit 99a4ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h1>PlyGround Physics Engine</h1>
268268
const by = bomb.position.y;
269269

270270
const blastRadius = 300;
271-
const blastPower = 0.25;
271+
let blastPower = 0.45;
272272

273273
spawnedBodies.forEach(body => {
274274
if (body !== bomb && !body.isStatic) {

0 commit comments

Comments
 (0)