| 49 | WelcomeScene::~WelcomeScene() {} |
| 50 | |
| 51 | void WelcomeScene::RenderBackground() { |
| 52 | RenderBackgroundAnimation(mShapeRenderer); |
| 53 | } |
| 54 | |
| 55 | void WelcomeScene::OnButtonClicked(int id) { |
| 56 | SceneManager* mgr = SceneManager::GetInstance(); |
nothing calls this directly
no test coverage detected