Enable concave stars and poly-decomp setup
This commit is contained in:
5
decomp-setup.js
Normal file
5
decomp-setup.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(() => {
|
||||
if (typeof Matter !== "undefined" && Matter.Common && window.decomp) {
|
||||
Matter.Common.setDecomp(window.decomp);
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user