Final Commit

This commit is contained in:
Bram Verhulst
2024-06-09 23:32:29 +02:00
parent caabb12838
commit 81746db9ae
36 changed files with 112 additions and 59426 deletions

View File

@@ -17,6 +17,7 @@ void GuiButton::Draw() const {
Rectf src = Rectf(0, 0, m_Texture->GetWidth(), m_Texture->GetHeight());
if (m_IsHovered || !m_shouldHide) {
m_Texture->Draw(dest, src, false);
}
}
void GuiButton::Update(float elapsedSec) {