đšī¸đŽ
#GodotEngine tip: In GDScript, when you're done with a node, use the 'queue_free()' to destroy a node. It differs from 'free()' in that it is called the next frame and is therefore generally safer. Keep it up devs!
#GameDev #ProgrammingTip