Añadida la paleta de spectrum

This commit is contained in:
2022-09-05 10:15:07 +02:00
parent 73d394388b
commit 87d7bd03ff
11 changed files with 184 additions and 81 deletions

View File

@@ -28,7 +28,7 @@ Director::Director(std::string path)
options->filter = FILTER_NEAREST;
options->vSync = true;
options->screenWidth = GAMECANVAS_WIDTH * options->windowSize;
options->screenHeight = GAMECANVAS_HEIGHT * options->windowSize;
options->screenHeight = GAMECANVAS_HEIGHT * options->windowSize;
options->integerScale = true;
options->keepAspect = true;