~arcachofo/simulide/1.1.0

« back to all changes in this revision

Viewing changes to resources/examples/Arduino/Nano-Marduino_Game/marduino/levels.h

  • Committer: arcachofo
  • Date: 2021-01-01 14:23:42 UTC
  • Revision ID: arcachofo@simulide.com-20210101142342-ozfljnll44g5lbl3
Initial Commit 0.5.15-RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "marduinotypes.h"
 
3
 
 
4
#ifndef LEVELS_H
 
5
#define LEVELS_H
 
6
 
 
7
const int CollisionMap0Size = 15;
 
8
 
 
9
TILEMAPSET CollisionMap0[] = {
 
10
 0, 40, 120, 8,
 
11
120, 32, 48, 8,
 
12
184, 32, 24, 8,
 
13
232, 24, 24, 8,
 
14
280, 24, 16, 8,
 
15
312, 16, 24, 8,
 
16
352, 24, 16, 8,
 
17
384, 40, 128, 8,
 
18
528, 32, 16, 8,
 
19
560, 24, 48, 8,
 
20
560,32, 8, 16,
 
21
600, 32, 8, 16,
 
22
624, 32, 24, 8,
 
23
680, 40, 120, 8,
 
24
472, 32, 16, 8 };
 
25
 
 
26
TILEMAPSET TileMap0[] = {
 
27
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,
 
28
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,
 
29
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,
 
30
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,
 
31
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,
 
32
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
 
33
 
 
34
};
 
35
 
 
36
#endif