git repos / blockattack-game

commit ae23c5f1

sago007 · 2018-03-31 18:14
ae23c5f1944d66746e9579b66879b54bc383c069 patch · browse files
parent b2a289f7b87054c8b125e4194d8ef0f59c6eb2ba

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