GUI: it's all work in progress

This commit is contained in:
tildearrow 2023-02-15 19:07:32 -05:00
parent 61e579a10a
commit 8e1bedbb3b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {