commit ae23c5f1
Made the outline around the blue font light blue instead of white
Changed files
| M | source/code/main.cpp before |
diff --git a/source/code/main.cpp b/source/code/main.cpp
index 79bbb58..a90cb1b 100644
--- a/source/code/main.cpp
+++ b/source/code/main.cpp
@@ -435,7 +435,7 @@ void sagoTextSetBlueFont(sago::SagoTextField& field) {
field.SetFont("freeserif");
field.SetFontSize(30);
field.SetColor({0,0,255,255});
- field.SetOutline(1, {255,255,255,255});
+ field.SetOutline(1, {128,128,255,255});
}
//draws everything