adding namespace descriptions

This commit is contained in:
Peli de Halleux
2016-04-05 15:59:25 -07:00
parent a9137f7761
commit 761e4f38cd
10 changed files with 32 additions and 4 deletions

View File

@ -18,6 +18,9 @@ enum LedSpriteProperty {
Blink
}
/**
* A single-LED sprite game engine
*/
//% color=176 weight=32
namespace game {
var _score: number = 0;