aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
blob: 7a83ee62b2c2898e9429505eacae6733766f0c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

static constexpr int SORT_IN_LAY_BACK_BACKGROUND = 3;
static constexpr int SORT_IN_LAY_BACKGROUND = 4;
static constexpr int SORT_IN_LAY_FORE_BACKGROUND = 5;
static constexpr int SORT_IN_LAY_PARTICLES_BACKGROUND = 6;
static constexpr int SORT_IN_LAY_OBSTACLES = 8;
static constexpr int SORT_IN_LAY_PLAYER = 10;
static constexpr int SORT_IN_LAY_PARTICLES_FOREGROUND = 15;