diff --git a/src/game/bootloader.cpp b/src/game/bootloader.cpp index 21eaf67..0f277a0 100644 --- a/src/game/bootloader.cpp +++ b/src/game/bootloader.cpp @@ -619,7 +619,7 @@ void setup_scenes(game_context* ctx) // Setup lights ctx->sun_indirect = new ambient_light(); - ctx->sun_indirect->set_intensity(0.25f); + ctx->sun_indirect->set_intensity(0.5f); ctx->sun_indirect->update_tweens(); ctx->sun_direct = new directional_light();