Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
block metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Sep 23, 2019
1 parent d83ed24 commit 514d3fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion blockstile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace TileWorld {
* Act on a sprite that is resting on a tile
* @param body code to execute
*/
//% group="Events"
//% group="Events" color="#0000FF"
//% blockId=TWontilestationary block="on %code=colorindexpicker at rest"
//% blockAllowMultiple=1 draggableParameters="reporter"
export function onTileStationary(code: number, h: (tile: TileSprite) => void) {
Expand Down
3 changes: 0 additions & 3 deletions tileworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ enum TileDir {
Down
}

//% weight=1000 color="#442255" icon="\uf45c"
//% groups='["Tiles", "Events", "Logic"]'
//% blockGap=8
namespace TileWorld {

// a sprite that moves by tiles, but only in one of four directions
Expand Down

0 comments on commit 514d3fe

Please sign in to comment.