diff --git a/testbed/source/Core.cpp b/testbed/source/Core.cpp index ce80c73..4ed5928 100644 --- a/testbed/source/Core.cpp +++ b/testbed/source/Core.cpp @@ -44,7 +44,7 @@ void Core::Init() { auto label = std::make_shared(VRect(0,0,320,0)); label->textConfig.justification = Vector2::half; label->autoSizeV = true; - label->SetText("~libstardust UI test~\n\nHello. I'm a label.\nI have multiple lines and can resize to fit my content. Did you know that miles per gallon is actually a measure of volume?"); + label->SetText("~libstarlight UI test~\n\nHello. I'm a label.\nI have multiple lines and can resize to fit my content. Did you know that miles per gallon is actually a measure of volume?"); container->Add(label); auto button = std::make_shared(VRect(64,80,128,32));