mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
add save editor field for current b button item (#3262)
This commit is contained in:
parent
a3c52626e6
commit
42f6cfe66b
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue