Enable concave stars and poly-decomp setup

This commit is contained in:
Daddy32
2025-12-13 20:09:33 +01:00
parent d825436f20
commit 854f19503a
4 changed files with 44 additions and 16 deletions

5
decomp-setup.js Normal file
View File

@@ -0,0 +1,5 @@
(() => {
if (typeof Matter !== "undefined" && Matter.Common && window.decomp) {
Matter.Common.setDecomp(window.decomp);
}
})();