Añadidas las escenas del final

This commit is contained in:
2022-11-03 14:27:29 +01:00
parent c6779bfd77
commit a2d8312bb7
3 changed files with 140 additions and 30 deletions

View File

@@ -1277,6 +1277,14 @@ void Director::run()
case SECTION_PROG_GAME:
runGame();
break;
case SECTION_PROG_GAME_OVER:
runGameOver();
break;
case SECTION_PROG_ENDING:
runEnding();
break;
}
}
}
}