This commit is contained in:
+2
-2
@@ -56,8 +56,8 @@
|
||||
</qresource>
|
||||
<qresource prefix="/fonts" >
|
||||
<file>fonts/andybold.ttf</file>
|
||||
<file>fonts/c059013l.pfb</file>
|
||||
<file>fonts/n019003l.pfb</file>
|
||||
<file>fonts/c059013l.ttf</file>
|
||||
<file>fonts/n019003l.ttf</file>
|
||||
</qresource>
|
||||
<qresource prefix="/graphics" >
|
||||
<file>graphics/1px.png</file>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -53,7 +53,7 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent)
|
||||
int i;
|
||||
|
||||
// Schriftart laden
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/n019003l.pfb");
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/n019003l.ttf");
|
||||
QFont tmpFont("Nimbus Sans L",9);
|
||||
QApplication::setFont(tmpFont);
|
||||
|
||||
@@ -1417,7 +1417,18 @@ void mainWindowImpl::postRiverRunAnimation3() {
|
||||
if ((actualHand->getPlayerArray()[i]->getMyBestHandPosition())[j] == 6 ) { index6 = FALSE; }
|
||||
}
|
||||
if (index6) { boardCardsArray[4]->startFadeOut(guiGameSpeed); /*cout << "Fade Out index6" << endl;*/}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
|
||||
if( actualHand->getActivePlayersCounter() != 1 && actualHand->getPlayerArray()[i]->getMyAction() != 1 && myConfig->readConfigInt("ShowFadeOutCardsAnimation", 1) ) {
|
||||
|
||||
//aufgedeckte Gegner auch ausblenden
|
||||
holeCardsArray[i][0]->startFadeOut(guiGameSpeed);
|
||||
holeCardsArray[i][1]->startFadeOut(guiGameSpeed);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
StartSplash::StartSplash(mainWindowImpl *parent)
|
||||
: QSplashScreen(parent), myW(parent)
|
||||
{
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/c059013l.pfb");
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/c059013l.ttf");
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/andybold.ttf");
|
||||
|
||||
frameNo = 52;
|
||||
|
||||
Reference in New Issue
Block a user