Afegit zoom a la classe Sprite

This commit is contained in:
2024-12-03 11:39:31 +01:00
parent 1aa0dd3864
commit 3c5bbf2ab0
4 changed files with 33 additions and 128 deletions

View File

@@ -54,7 +54,7 @@ Director::Director(int argc, const char *argv[])
section::name = section::Name::GAME;
section::options = section::Options::GAME_PLAY_1P;
#elif DEBUG
section::name = section::Name::CREDITS;
section::name = section::Name::LOGO;
#else // NORMAL GAME
section::name = section::Name::LOGO;
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;