Sha256: 700ee8c6a4d1f056ec58a90d61701f74169908910b2b479cfd4679fdbe22ac0a

Contents?: true

Size: 429 Bytes

Versions: 8

Compression:

Stored size: 429 Bytes

Contents

/*
The bit component defines an image text to draw text on screen.
*/
re.c('bit')
.requires('imgtext bit.png align')
.defines({
  //defines the width of each character
  imgtext:[
8,4,8,12,10,12,12,4,6,6,8,8,6,8,4,12,10,6,10,10,10,10,10,10,10,10,4,4,8,8,8,10,
12,10,10,8,10,8,8,10,10,8,10,10,8,12,10,10,10,10,10,10,8,10,10,12,10,10,8,6,12,
6,8,10,6,10,10,8,10,10,8,10,10,4,6,10,4,12,10,10,10,10,8,10,8,10,10,12,8,10,10,8,4,8]
});

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
entityjs-0.4.4 templates/platform/scripts/displays/bit.js
entityjs-0.4.3 templates/platform/scripts/displays/bit.js
entityjs-0.4.2 templates/platform/scripts/displays/bit.js
entityjs-0.4.1 templates/platform/scripts/displays/bit.js
entityjs-0.4.0 templates/platform/scripts/displays/bit.js
entityjs-0.3.2 templates/platform/scripts/displays/bit.js
entityjs-0.3.1 templates/platform/scripts/display/bit.js
entityjs-0.3.0 templates/platform/scripts/display/bit.js