You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: