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 @Override
public String getName() { 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()); renderer.moveToDraw(i* DrawableCard.getCardWith(),90F,c.getDrawableCard().getName());
i++; i++;
} }
} }
/** /**
@@ -548,7 +547,6 @@ public class GameLogicThread extends Thread implements SoundPool.OnLoadCompleteL
return false; return false;
} }
//on ne peut pas avoir 2 requette simultané //on ne peut pas avoir 2 requette simultané
while(!requestAttackDone) { while(!requestAttackDone) {
try { try {
@@ -633,7 +631,6 @@ public class GameLogicThread extends Thread implements SoundPool.OnLoadCompleteL
return isYourBattlePhase; return isYourBattlePhase;
} }
@Override @Override
public void onLoadComplete(final SoundPool soundPool, int sampleId, int status) { public void onLoadComplete(final SoundPool soundPool, int sampleId, int status) {
soundPoolLoaded=true; soundPoolLoaded=true;