breber / cardgames

Repository for continuation of CS309 Project
https://play.google.com/store/apps/details?id=com.worthwhilegames.cardgames
3 stars 1 forks source link

Remove card translator #35

Closed breber closed 11 years ago

breber commented 11 years ago

The card now bases the resource id on the card number. This removes the need for a card translator, as the resource id is only used locally.

Fix for issue #33

breber commented 11 years ago

@j7peters - This is what I was thinking for the card translator issue you filed. Let me know what you think about this solution.