Añadidas mas funciones del código viejo
This commit is contained in:
@@ -12,10 +12,8 @@ Director::Director(std::string path)
|
||||
|
||||
// Crea todos los objetos del juego
|
||||
eventHandler = new SDL_Event();
|
||||
// text.white = new Text("", nullptr, nullptr);
|
||||
screen = new Screen(window, renderer);
|
||||
asset = new Asset(path.substr(0, path.find_last_of("\\/")));
|
||||
|
||||
setFileList();
|
||||
|
||||
// Inicializa todas las variables
|
||||
|
||||
Reference in New Issue
Block a user