feat: upgraded tower place popop

This commit is contained in:
2021-11-14 11:51:09 +01:00
parent 39a38c8deb
commit 77a4fb33a7
2 changed files with 37 additions and 11 deletions

View File

@@ -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