Ya se ven las notificaciones por pantalla

This commit is contained in:
2022-11-15 12:57:56 +01:00
parent 7d62b3a339
commit 754671e695
6 changed files with 57 additions and 20 deletions

View File

@@ -36,7 +36,7 @@ Director::Director(std::string path)
input = new Input(asset->get("controllerdb.txt"));
initInput();
screen = new Screen(window, renderer, options, GAME_WIDTH, GAME_HEIGHT);
screen = new Screen(window, renderer, asset, options, GAME_WIDTH, GAME_HEIGHT);
}
Director::~Director()