Hugo Hu / Mbed 2 deprecated BRAVEHEART

Dependencies:   mbed N5110 ShiftReg PinDetect

Embed: (wiki syntax)

« Back to documentation index

Sprites.h File Reference

Sprites.h File Reference

Resource files - sprites/images stored as arrays. More...

Go to the source code of this file.

Namespaces

namespace  Image
 

Images: Arrays consisting of 1 (opaque) or 0 (blank).


Variables

const bool map1 [48][84]
 Defines the map used in the game. Solid is 1, clear is 0.
const int Zero [5][3]
 Contains numbers from 0-9. Each number has the size 3 x 5 pixels.

Detailed Description

Resource files - sprites/images stored as arrays.

Definition in file Sprites.h.


Variable Documentation

const bool map1[48][84]

Defines the map used in the game. Solid is 1, clear is 0.

Definition at line 11 of file Sprites.h.