mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-25 17:48:50 -05:00
DEL: GTG disaplying a boss key
This commit is contained in:
parent
fc9aaf7c25
commit
5c0939d4fd
@ -1353,9 +1353,6 @@ void DrawFloatingDungeons(int Icon_Cells_Size, int Icon_Spacing) {
|
||||
ImGui::SameLine(Icon_Cells_Size * 3);
|
||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + Icon_Spacing * 3);
|
||||
DrawDungeonItem(ITEM_COMPASS, SCENE_ICE_DOUKUTO);
|
||||
ImGui::SameLine(Icon_Cells_Size * 4);
|
||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + Icon_Spacing * 4);
|
||||
DrawDungeonItem(ITEM_KEY_BOSS, SCENE_MEN);
|
||||
ImGui::SameLine(Icon_Cells_Size * 5);
|
||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + Icon_Spacing * 5);
|
||||
DrawDungeonItem(ITEM_KEY_BOSS, SCENE_GANONTIKA);
|
||||
|
Loading…
Reference in New Issue
Block a user