Simple question, but are static variable still shared, if they are a child of a node that is a scene?
for example, if I have a card scene and a node2D called "health_handler"... will static variables in health_handler's script still be reflected apon other card instances' health_handlers?