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