godot-card-game-framework icon indicating copy to clipboard operation
godot-card-game-framework copied to clipboard

When changing viewport focus fast between two cards, the focus viewport glitches visually slightly

Open db0 opened this issue 4 years ago • 0 comments

This seems to happen because I don't instantly clear out the old object, to give time to tween the viewport to alpha, if there's nothing else in focus. Because of this, when I switch two cards fast, there's a millisecond where both duplicate card objects exist under the camera, and you see the old one as the camera focuses on the new one.

db0 avatar Nov 13 '20 23:11 db0