This commit is contained in:
2026-05-19 22:35:10 +02:00
parent d93e71e716
commit 0b45643ef2
21 changed files with 806 additions and 235 deletions

View File

@@ -25,5 +25,6 @@ namespace Game::Object {
void* mClickFunction = nullptr;
float mX, mY;
std::string mText;
bool mIsHovered = false;
};
}