Delete drag origin texture during drag

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tipcode

I followed this video about a drag and drop inventory system, but I would like to have the origin texture to disappear during the drag.

I tried to add

self.texture = default_texture

after the drag preview starts, but the problem is the origin texture is still gone when I drop it somewhere I can’t.

Any help?