dkalfpqpfjq wrote...
Would you like to see what I've got so far? I only got place card in empty slot and hover-highlight done so far. I think it would be easier for you to look through.
for (int i = 0; i<12; i++)
{
addObject(new Card(card[i]+".png", HP[i], attack[i]),60+i*120, 0);
}for (int i = 0; i<12; i++)
{
addObject(new Card(card[i]+".png", HP[i], attack[i]),60+i*120, 0);
}