clear composite each kaboom

This commit is contained in:
Ayo 2023-02-03 21:37:15 +01:00
parent 94ce67d1b4
commit 4e991857f9

View file

@ -45,4 +45,5 @@ function generateWorld(shapes) {
let runner = Runner.create();
// run the engine
Runner.run(runner, engine);
Composite.clear();
}