Changed UI background opacity

main
noah metz 2024-11-17 19:39:28 -07:00
parent 267da90e91
commit dc22aa586e
1 changed files with 3 additions and 3 deletions

@ -461,7 +461,7 @@ VkResult color_ui(ClientContext* context) {
{ {
.pos = {0, 0}, .pos = {0, 0},
.size = {190, 150}, .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, .type = DRAWABLE_TYPE_RECT_HSV,
@ -737,7 +737,7 @@ VkResult hex_info_ui(ClientContext* context) {
{ {
.pos = {0, 0}, .pos = {0, 0},
.size = {150, 175}, .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}, .pos = {0, 0},
.size = {225, 155}, .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}},
}, },
}; };