adding namespace to api categories (#330)

* adding namespace to api categories

* add icon for led

* adding icons for control, game, images, pins and serial.
This commit is contained in:
Peli de Halleux
2017-01-05 07:01:50 -08:00
committed by GitHub
parent c713fe9bf4
commit 5d8ccd1d6d
19 changed files with 71 additions and 71 deletions

View File

@ -21,7 +21,7 @@ enum LedSpriteProperty {
/**
* A single-LED sprite game engine
*/
//% color=#008272 weight=32
//% color=#008272 weight=32 icon="\uf11b"
//% advanced=true
namespace game {
let _score: number = 0;