forked from jaildesigner-jailgames/jaildoctors_dilemma
Trabajando en el titulo
This commit is contained in:
@@ -17,7 +17,7 @@ Director::Director(std::string path)
|
||||
}
|
||||
else
|
||||
{
|
||||
section.name = SECTION_PROG_LOGO;
|
||||
section.name = SECTION_PROG_TITLE;
|
||||
section.subsection = 0;
|
||||
}
|
||||
|
||||
@@ -234,6 +234,9 @@ void Director::runIntro()
|
||||
// Ejecuta la seccion de juego con el titulo y los menus
|
||||
void Director::runTitle()
|
||||
{
|
||||
title = new Title(renderer, screen, asset);
|
||||
setSection(title->run());
|
||||
delete title;
|
||||
}
|
||||
|
||||
// Ejecuta la seccion de juego donde se juega
|
||||
|
||||
Reference in New Issue
Block a user