aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: ef8c29c1c4dfbef1765bd95f09e98eecb8fff82e (plain)
1
2
3
4
5
6
7
8
9
10
#define TILESET knots
int tiles_to_load[] = {
    3, 4
};

// #define TILESET circuit
// int tiles_to_load[] = {
//     0, 1, 2, 3, 4, 5, 6,
//     7, 8, 9, 10, 11, 12, 13,
// };