#why are these elements in array not being removed?
1 messages · Page 1 of 1 (latest)
remove_at removes an item from an array. It does not remove the actual node from the game.
It just makes it not be in the array anymore.
You can use your_node_here.queue_free() to delete a node.