# Image Assets for ZenTap This directory contains image assets for the ZenTap game. ## Required Image Files (Phase 3) ### Bubble Graphics - `bubble_default.png` - Default bubble sprite - `bubble_variants/` - Directory containing different colored bubble variants - `bubble_blue.png` - `bubble_purple.png` - `bubble_cyan.png` - `bubble_green.png` ### Particle Effects - `particle_spark.png` - Small particle for pop effects - `particle_circle.png` - Circular particle for animations ### UI Elements - `zen_icon.png` - Icon for zen mode - `play_icon.png` - Icon for play mode ## Image Specifications - **Format**: PNG with transparency - **Resolution**: - Bubbles: 128x128px (will be scaled in game) - Particles: 16x16px to 32x32px - UI Icons: 64x64px - **Color**: Follow the ZenTap color scheme (see SCHEME_COLORS.md) ## Notes - All images should have transparent backgrounds - Use smooth edges and anti-aliasing - Follow the minimalistic design aesthetic - Consider different bubble styles for variety ## Current Status Currently using programmatically generated graphics. Replace with actual image assets for enhanced visual appeal.