twn_fog.c: fog added!

This commit is contained in:
2024-10-01 16:10:36 +03:00
parent edc6fb1e5c
commit ad0438849e
7 changed files with 76 additions and 0 deletions

View File

@ -85,6 +85,7 @@ static void ingame_tick(State *state) {
}
push_skybox("/assets/miramar/miramar_*.tga");
push_fog(0.9, 1.0, 0.05, (Color){ 140, 147, 160, 255 });
}