TouhouNuclearOverlay
Touhou-themed visual overlay when Apparatus is pulled - scrolling caution bars and radiation symbols with fade animation.
By CutyIMoDo
CHANGELOG
Changelog
v1.6.2
- Hold time reduced from 13s to 8s (fade in 1s → hold 8s → fade out 1s = 10s total)
- Added alert sound effect
- Suppress vanilla radiation warning
v1.6.1
- Fixed caution bar scroll direction (positive UV.x = image moves LEFT)
- Fixed radiation symbol overlap (rewrote wrap-around logic using
totalSpan = count * step) - Updated icon artwork
v1.6.0
- Complete rewrite with user-configured parameters from overlay editor
- Individual RawImage radiation symbols (no UV tiling) with proper gap spacing
- Caution bars with 5% margin from edges
- Breathing opacity at 1.5x speed
- No dark background, resolution-independent scaling
v1.5.0
- Rebuilt with real game Unity DLLs — Canvas + RawImage UI system
v1.3.0
- OnGUI rewrite (no UnityEngine.UI dependency)
v1.0.0
- Initial release