renomage carte

This commit is contained in:
marc barbier
2021-01-09 18:09:16 +01:00
parent 1bee884ae1
commit 0de2841523
2 changed files with 1 additions and 4 deletions
@@ -63,7 +63,7 @@ public class Mythes_Oedipie extends Card {
*/
@Override
public String getName() {
return "Oedipe, Maudit malgrés lui";
return "Oedipe";
}
/**
@@ -469,7 +469,6 @@ public class GameLogicThread extends Thread implements SoundPool.OnLoadCompleteL
renderer.moveToDraw(i* DrawableCard.getCardWith(),90F,c.getDrawableCard().getName());
i++;
}
}
/**
@@ -548,7 +547,6 @@ public class GameLogicThread extends Thread implements SoundPool.OnLoadCompleteL
return false;
}
//on ne peut pas avoir 2 requette simultané
while(!requestAttackDone) {
try {
@@ -633,7 +631,6 @@ public class GameLogicThread extends Thread implements SoundPool.OnLoadCompleteL
return isYourBattlePhase;
}
@Override
public void onLoadComplete(final SoundPool soundPool, int sampleId, int status) {
soundPoolLoaded=true;