Legend-of-Dragoon-Modding / Severed-Chains

Legend of Dragoon decompiled, reverse engineered, and ported to Java
https://legendofdragoon.org/projects/severed-chains/
292 stars 23 forks source link

Fixed sparse rain effect #1815

Closed theflyingzamboni closed 2 days ago

theflyingzamboni commented 3 days ago

Java modulo strikes again.

Also added adjustment for raindrop count based on screen width. Would like other opinions on if it seems like a similar density, or if the counts were already overestimated and just rendering off-screen before merging.

Fixes #1807

LordMonoxide commented 2 days ago

I thought about this for a while and I think the aspect ratio thing is fine, but the main render batch is private for a reason, we don't want mods being able to arbitrarily change the main projection