mirror of https://github.com/AxioDL/metaforce.git
Add note on Artifacts tab
This commit is contained in:
parent
822e5d3410
commit
44ab54745f
|
@ -804,6 +804,8 @@ void ImGuiConsole::ShowItemsWindow() {
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
if (ImGui::BeginTabItem("Artifacts")) {
|
if (ImGui::BeginTabItem("Artifacts")) {
|
||||||
|
ImGui::Text("NOTE: This doesn't affect Artifact Temple layers");
|
||||||
|
ImGui::Text("Use the Layers window to set them for progression");
|
||||||
RenderItemsDualColumn(pState, ArtifactItems, 0);
|
RenderItemsDualColumn(pState, ArtifactItems, 0);
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue