Entity update + components
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Game::AGame {
|
||||
setText("Hello, World!");
|
||||
|
||||
mIsActive = false;
|
||||
mIsVisible = false;
|
||||
}
|
||||
void update(float deltaTime) override {
|
||||
// Call the base class update to handle input and text refreshing
|
||||
|
||||
Reference in New Issue
Block a user