From 6c4ef25abd4fb85f259b745c5a40b70cbf1dfc25 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Mon, 22 Nov 2021 19:35:50 +0100 Subject: [PATCH] style: changed tower place popup size --- include/render/gui/TowerPlacePopup.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/render/gui/TowerPlacePopup.h b/include/render/gui/TowerPlacePopup.h index 1746c4f..f56b9fe 100644 --- a/include/render/gui/TowerPlacePopup.h +++ b/include/render/gui/TowerPlacePopup.h @@ -17,11 +17,11 @@ public: void setClickPos(const glm::vec2& worldPos); private: - static constexpr float m_TowerPopupTileWidth = 250.0f; - static constexpr float m_TowerPopupTileHeight = 250.0f; + static constexpr float m_TowerPopupTileWidth = 200.0f; + static constexpr float m_TowerPopupTileHeight = 200.0f; - static constexpr float m_PlaceTowerButtonWidth = 200.0f; - static constexpr float m_PlaceTowerButtonHeight = 45.0f; + static constexpr float m_PlaceTowerButtonWidth = 150.0f; + static constexpr float m_PlaceTowerButtonHeight = 35.0f; }; } // namespace gui