feat: Implement game restart, battlefield styling with art crops and tapped stacks, and initial draw fixes.
Some checks failed
Build and Deploy / build (push) Failing after 1m10s

This commit is contained in:
2025-12-18 20:26:42 +01:00
parent ca7b5bf7fa
commit bc5eda5e2a
35 changed files with 1337 additions and 634 deletions

View File

@@ -0,0 +1,9 @@
# Battlefield Card Sizing
**Status:** Completed
**Date:** 2025-12-18
**Description:**
Increased the default size of cards on the battlefield to be more visible and responsive.
**Technical Changes:**
- **Frontend (`GameView.tsx`)**: Updated the `CardComponent` within the battlefield render loop to explicitly set `w-32 h-44` (Medium) as the base size, scaling up to `xl:w-40 xl:h-56` (Large) on larger screens. This overrides the default small size (`w-24 h-32`) defined in `CardComponent.tsx`.