feat: upgraded tower place popop
This commit is contained in:
@@ -16,6 +16,12 @@ public:
|
||||
virtual void render();
|
||||
|
||||
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_PlaceTowerButtonWidth = 200.0f;
|
||||
static constexpr float m_PlaceTowerButtonHeight = 45.0f;
|
||||
};
|
||||
|
||||
} // namespace gui
|
||||
|
||||
Reference in New Issue
Block a user