diff --git a/client/src/main.c b/client/src/main.c index e606a35..9d5d266 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -182,6 +182,16 @@ VkResult color_ui(ClientContext* context) { .color = {{0, 1, 1, 1}, {0, 1, 1, 1}, {1, 1, 1, 1}, {1, 1, 1, 1}}, .events = UI_EVENT_BUTTON | UI_EVENT_SCROLL, }, + { + .pos = {9, 9}, + .size = {7, 7}, + .color = {{0, 0, 0, 1}, {0, 0, 0, 1}, {0, 0, 0, 1}, {0, 0, 0, 1}}, + }, + { + .pos = {10, 10}, + .size = {5, 5}, + .color = {{1, 0, 0, 1}, {1, 0, 0, 1}, {1, 0, 0, 1}, {1, 0, 0, 1}}, + }, { .pos = {20, 134}, .size = {95, 15},