ID brick_1              // ID of the object. This id is refered to in the map file
IMAGE brick_1.png       // image of the object. The image must contains number of frames exactly as defined in the NUM_FRAME line.
NUM_FRAME 3             // number of the frame of the object
FRAME 1 1 2 0 0 10 10   // This line define a frame with frame number 1, num of rows (m) and num of cols (n) of the space array. The reference point on the space array and the reference point on the image frame.
1 1                     // The space array, define the cells that constitute this object.
FRAME 2 0 0 0 0 10 10
FRAME 3 0 0 0 0 10 10