Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
SridharaQweebi committed Dec 17, 2024
1 parent 1315c99 commit 869c895
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions sim/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ namespace pxsim.hare {
export function onLand(handler: (height: number, more: number, most: number) => void) {

}
}

namespace pxsim.unity {

//% blockId=helloUnity block="helloUnity"
//% weight=100
Expand All @@ -39,6 +36,14 @@ namespace pxsim.unity {
}
}

namespace pxsim.unity {

//% blockId=helloUnityNamespace block="helloUnity namespace"
export function helloUnityNamespace(){

}
}

namespace pxsim.turtle {
/**
* Moves the sprite forward
Expand Down

0 comments on commit 869c895

Please sign in to comment.