mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-31 09:31:26 -04:00
DEL: GTG disaplying a boss key
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user