* better * what the fuck * Revert "what the fuck" This reverts commit 384d5b33aacaf9c67be2c8c089979b9ee6b41074. * chrwedrhbedrhbnedrh * it works ? ? ? * shutte * prefs * i think i did it right * kk
19 lines
553 B
Plaintext
19 lines
553 B
Plaintext
//List of all preclaimed planes
|
|
//Generally 'arbitrary' planes should be given a constant number
|
|
//Planes that are dependent upon another plane value should be defined with that plane
|
|
#define PLANE_SPACE_BACKGROUND -10
|
|
#define PLANE_SPACE_PARALLAX (PLANE_SPACE_BACKGROUND + 1)
|
|
#define PLANE_SPACE_DUST (PLANE_SPACE_PARALLAX + 1)
|
|
|
|
#define PLANE_TURF -6
|
|
#define PLANE_NOIR_BLOOD -5
|
|
#define PLANE_OBJ -4
|
|
#define PLANE_MOB -3
|
|
#define PLANE_EFFECTS -2
|
|
#define PLANE_LIGHTING -1
|
|
|
|
#define PLANE_BASE 0
|
|
|
|
#define PLANE_STATIC 1
|
|
#define PLANE_HUD 2
|