Fszontagh e7b2a18e6f Update app icons across all platforms from logo_1024x1024.png 9 bulan lalu
..
README.md 93b834ad38 Phase 3 Complete: Bubble Pop Mode MVP 9 bulan lalu
logo.xcf e7b2a18e6f Update app icons across all platforms from logo_1024x1024.png 9 bulan lalu
logo_1024x1024.png e7b2a18e6f Update app icons across all platforms from logo_1024x1024.png 9 bulan lalu

README.md

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.