style: changed tower place popup size

This commit is contained in:
2021-11-22 19:35:50 +01:00
parent fd0a5e5848
commit 6c4ef25abd

View File

@@ -17,11 +17,11 @@ public:
void setClickPos(const glm::vec2& worldPos); void setClickPos(const glm::vec2& worldPos);
private: private:
static constexpr float m_TowerPopupTileWidth = 250.0f; static constexpr float m_TowerPopupTileWidth = 200.0f;
static constexpr float m_TowerPopupTileHeight = 250.0f; static constexpr float m_TowerPopupTileHeight = 200.0f;
static constexpr float m_PlaceTowerButtonWidth = 200.0f; static constexpr float m_PlaceTowerButtonWidth = 150.0f;
static constexpr float m_PlaceTowerButtonHeight = 45.0f; static constexpr float m_PlaceTowerButtonHeight = 35.0f;
}; };
} // namespace gui } // namespace gui