style: changed tower place popup size
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user