path la faute et path des hp+dmg invisible

This commit is contained in:
marc barbier
2021-01-09 12:06:54 +01:00
parent 7fb11f51b0
commit 86657ce1c7
5 changed files with 24 additions and 12 deletions
@@ -21,11 +21,11 @@ public abstract class Card {
* @param c
*/
public Card(String UID,Context c) {
this.attack=getDefaultAttack();
this.health=getDefaultHealth();
if(!(UID == null || c == null)) {
drawableCard = new DrawableCard(this, 0, 0, UID, c);
}
this.attack=getDefaultAttack();
this.health=getDefaultHealth();
}
public int getAttack() {