From dca628d985a1904be7d45b373a17ac9b7e3e09c6 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 29 Dec 2021 16:18:59 -0500 Subject: Fixed autumn theme --- themes/dist/output.wasm | Bin 65641 -> 65641 bytes themes/main.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/dist/output.wasm b/themes/dist/output.wasm index 202295c..329cc80 100755 Binary files a/themes/dist/output.wasm and b/themes/dist/output.wasm differ diff --git a/themes/main.cpp b/themes/main.cpp index 54d303d..2d63e00 100644 --- a/themes/main.cpp +++ b/themes/main.cpp @@ -115,7 +115,7 @@ EM_BOOL selectAutumn(int eventType, const EmscriptenMouseEvent* mouseEvent, void // -- Autumn theme void AutumnTheme::load(Renderer2d* renderer) { - renderer->clearColor = Vector4(252, 210, 153, 125).toNormalizedColor(); + renderer->clearColor = Vector4(252, 210, 153, 255).toNormalizedColor(); auto lr = tree.load(renderer); leafParticles.load(renderer, &lr); } -- cgit v1.2.1