Sander van Dragt's Notes

#til In #Godot when you attach a node with a scale as a child of one that doesn't support scale (Node vs Node2D for example), there is a flicker as the card is rescaled. Convert the node to a scale supporting type to fix this.