Actualizada la clase screen con nuevos procedimientos

This commit is contained in:
2022-08-30 17:31:33 +02:00
parent cbdc7d9fc3
commit 8616c3e165
6 changed files with 81 additions and 31 deletions

View File

@@ -42,6 +42,7 @@ Director::Director(std::string path)
input = new Input(asset->get("gamecontrollerdb.txt"));
initInput();
screen = new Screen(window, renderer, options, GAMECANVAS_WIDTH, GAMECANVAS_HEIGHT);
screen->setBorderColor(borderColor);
}
Director::~Director()