implemented most of streamed collisions and big buildings

This commit is contained in:
aap
2020-05-05 13:02:42 +02:00
parent 84c9484e55
commit b44df26d3e
41 changed files with 1346 additions and 95 deletions

View File

@@ -298,11 +298,12 @@ enum
enum
{
// TODO: figure out
FADE_0,
// TODO: find better names
FADE_0, // faded in
FADE_1, // mid fade
FADE_2,
FADE_2, // faded out
// Direction
FADE_OUT = 0,
FADE_IN,
FADE_NONE