working on new font engine
This commit is contained in:
@@ -74,7 +74,7 @@ void Director::init()
|
||||
}
|
||||
|
||||
// Sección
|
||||
mSection.name = PROG_SECTION_LOGO;
|
||||
mSection.name = PROG_SECTION_GAME;
|
||||
mSection.subsection = 0;
|
||||
|
||||
// Textos
|
||||
@@ -231,10 +231,12 @@ void Director::setFileList()
|
||||
mFileList[44] = mExecutablePath + "/" + "../media/gfx/player2_legs.png";
|
||||
mFileList[45] = mExecutablePath + "/" + "../media/gfx/player2_head.png";
|
||||
|
||||
// Fuentes
|
||||
mFileList[27] = mExecutablePath + "/" + "../media/font/8bithud.png";
|
||||
mFileList[46] = mExecutablePath + "/" + "../media/font/8bithud.txt";
|
||||
mFileList[28] = mExecutablePath + "/" + "../media/font/nokia.png";
|
||||
mFileList[29] = mExecutablePath + "/" + "../media/font/smb2_big.png";
|
||||
mFileList[30] = mExecutablePath + "/" + "../media/font/smb.png";
|
||||
mFileList[30] = mExecutablePath + "/" + "../media/font/smb2.png";
|
||||
}
|
||||
|
||||
// Comprueba que todos los ficheros existen
|
||||
|
||||
Reference in New Issue
Block a user