mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-21 23:58:51 -05:00
add save editor field for current b button item (#3262)
This commit is contained in:
parent
a3c52626e6
commit
42f6cfe66b
@ -1694,6 +1694,10 @@ void DrawPlayerTab() {
|
||||
ImU16 one = 1;
|
||||
ImGui::PushItemWidth(ImGui::GetFontSize() * 6);
|
||||
DrawGroupWithBorder([&]() {
|
||||
ImGui::Text("Current B Item");
|
||||
ImGui::InputScalar("B Button", ImGuiDataType_U8, &gSaveContext.equips.buttonItems[0], &one, NULL);
|
||||
ImGui::NewLine();
|
||||
|
||||
ImGui::Text("Current C Equips");
|
||||
ImGui::InputScalar("C Left", ImGuiDataType_U8, &gSaveContext.equips.buttonItems[1], &one, NULL);
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user