spell blast was drawn off-screen #582
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In combat I saw a blast for Ice Bolt on one of my PCs get drawn out-of-bounds of the terrain window. For one thing, it seems like the camera should show the target of the spell? And for another, blasts shouldn't draw outside the border of the terrain window.
Oh, this is very much related to #97.
I propose making the missile animation check for when the missile sprite goes out-of-bounds. When it does, it should move camera focus to the missile's target before continuing the animation (but also apply a clip_rect with the terrain window boundaries).