From 8e1bedbb3ba0d13b6da504ab6aad07276b917a58 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 15 Feb 2023 19:07:32 -0500 Subject: [PATCH] GUI: it's all work in progress --- src/gui/intro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/intro.cpp b/src/gui/intro.cpp index 98aea2c9..49b60c28 100644 --- a/src/gui/intro.cpp +++ b/src/gui/intro.cpp @@ -35,7 +35,7 @@ void FurnaceGUI::drawIntro() { ImU32 bgColor=ImGui::GetColorU32(ImVec4(0.0f,0.0f,0.0f,1.0f)); dl->AddRectFilled(top,bottom,bgColor); - dl->AddText(top,0xffffffff,"Furnace intro"); + dl->AddText(top,0xffffffff,"Furnace intro - work in progress"); SDL_Texture* icon=getTexture(GUI_IMAGE_ICON); if (icon!=NULL) {