diff --git a/sim/api.ts b/sim/api.ts index 7309e269..cf1e5a83 100644 --- a/sim/api.ts +++ b/sim/api.ts @@ -25,8 +25,7 @@ namespace pxsim.hare { } - //% blockId=helloUnity block="helloUnity" - //% weight=100 + ///% block export function helloUnity(){ const parent = window.parent as Record if (parent && typeof parent.sendMessage === "function") {