~arcachofo/simulide/1.1.0

1 by arcachofo
Initial Commit 0.5.15-RC3
1
#include "marduinotypes.h"
2
3
#ifndef LEVELS_H
4
#define LEVELS_H
5
6
const int CollisionMap0Size = 15;
7
8
TILEMAPSET CollisionMap0[] = {
9
 0, 40, 120, 8,
10
120, 32, 48, 8,
11
184, 32, 24, 8,
12
232, 24, 24, 8,
13
280, 24, 16, 8,
14
312, 16, 24, 8,
15
352, 24, 16, 8,
16
384, 40, 128, 8,
17
528, 32, 16, 8,
18
560, 24, 48, 8,
19
560,32, 8, 16,
20
600, 32, 8, 16,
21
624, 32, 24, 8,
22
680, 40, 120, 8,
23
472, 32, 16, 8 };
24
25
TILEMAPSET TileMap0[] = {
26
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,162,1,163,1,
27
1,1,1,1,1,1,1,145,146,1,1,1,1,1,1,145,146,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,162,163,162,163,162,163,1,1,1,1,162,163,1,1,1,1,1,1,1,1,1,1,1,1,162,1,1,1,163,
28
1,1,1,1,1,1,1,161,1,1,1,145,146,1,1,161,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,11,11,11,1,1,1,1,1,1,145,146,1,1,1,162,163,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,162,1,1,163,162,1,1,163,162,163,162,1,1,163,1,1,162,163,1,1,162,163,1,1,162,1,1,1,1,1,
29
1,1,1,1,1,1,1,161,1,145,146,161,1,1,1,161,1,1,162,163,1,1,1,1,1,1,1,1,1,2,3,4,1,1,1,11,11,1,1,1,1,1,1,1,11,11,1,1,161,1,1,1,162,1,1,163,162,163,1,1,1,1,145,146,1,1,1,1,1,162,11,11,11,11,11,11,1,1,163,162,1,1,1,1,163,162,1,1,163,162,1,1,163,162,1,1,1,102,103,1,
30
1,1,1,1,1,1,1,161,1,161,1,161,1,1,1,76,77,77,77,77,78,1,1,2,3,4,1,1,1,1,14,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,161,1,1,162,1,1,1,1,163,1,163,55,56,1,161,1,1,1,11,11,162,1,11,1,162,1,1,11,1,1,2,3,4,1,1,1,1,163,1,1,162,1,1,1,1,163,162,163,1,118,119,1,
31
77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,87,87,87,87,87,80,1,1,1,14,1,1,1,1,1,14,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,76,77,77,77,77,77,77,77,77,77,78,71,72,76,77,78,1,1,1,162,1,1,11,162,1,1,1,11,1,162,1,14,1,1,1,1,1,76,77,77,77,77,77,77,77,77,77,77,77,77,77,77
32
33
};
34
35
#endif
36