From dc22aa586ef0028c82f8e31ad0c98414dfa54e08 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Sun, 17 Nov 2024 19:39:28 -0700 Subject: [PATCH] Changed UI background opacity --- client/src/editor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/editor.c b/client/src/editor.c index d9fe8f8..891e375 100644 --- a/client/src/editor.c +++ b/client/src/editor.c @@ -461,7 +461,7 @@ VkResult color_ui(ClientContext* context) { { .pos = {0, 0}, .size = {190, 150}, - .color = {{0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}}, + .color = {{0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}}, }, { .type = DRAWABLE_TYPE_RECT_HSV, @@ -737,7 +737,7 @@ VkResult hex_info_ui(ClientContext* context) { { .pos = {0, 0}, .size = {150, 175}, - .color = {{0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}}, + .color = {{0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}}, }, }; @@ -803,7 +803,7 @@ VkResult region_info_ui(ClientContext* context) { { .pos = {0, 0}, .size = {225, 155}, - .color = {{0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}}, + .color = {{0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}}, }, };