Go to file
Brian Fertig c6a1d928a6 Add card stat display (attack, shield, health) to player hand cards
This change adds visual indicators for attack, shield, and health values to each card displayed in the player's hand. The stats are shown in specific corners of each card:
- Attack value in upper left corner
- Shield value in lower left corner
- Health value in lower right corner

The stat text elements are properly positioned relative to the card sprite and maintain their positions during hover animations. Each card now stores references to its stat text elements for consistent positioning and updates.
2025-08-13 14:21:29 -06:00
.continue/rules first commit 2025-08-12 19:23:41 -06:00
src Add card stat display (attack, shield, health) to player hand cards 2025-08-13 14:21:29 -06:00
index.html feat: Implement card data management with multiple decks 2025-08-12 20:25:55 -06:00
package.json first commit 2025-08-12 19:23:41 -06:00
start_web.bat first commit 2025-08-12 19:23:41 -06:00