Skip to content

1.6.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 15:20

Build Date: 2026-06-03

v1.6.1

πŸš€ Features

  • Custom RainGraphic replaces Image for normal rain β€” lighter rendering (solid/gradient quad, 4 verts, no texture sampling)
  • Ghost rain now correctly renders the GhostRain.png sprite (child Image + Tiled mode)
  • Per-row ghost rain color customization (GhostRainColor / GhostRainColor2 / GhostRainColor3)
  • Edge fade slider changed from percentage to pixels (1–200px)

πŸ› Bug Fixes

  • Ghost rain sprite was loaded but never used for rendering β€” now displays correctly
  • Release fade and edge fade now work together without conflict

πŸ”§ Performance

  • Normal rain: 4 verts / 2 tris, no texture sampling β€” lighter than old Image
  • Ghost rain: child Image tiling β€” negligible overhead (low frequency)

🧹 Misc

  • Removed dead code (unused Init overloads, pool methods, stale ghostSprite)
  • Bumped version to 1.6.1

Full Changelog: 1.6.0...1.6.1