renomage carte
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user