Is there a way to rename nodes in bulk ?
For my combat system I named the nodes in the checkerboard "R1C1, R1C2... R9C9" (for row one column one to row nine column nine) but now I realize that I numbered them from top to bottom while the player will play from bottom to top.
So I'd like to put the first row on bottom rather than on top, but I'm not really keen on renaming 81 nodes by hand.
Is there a way to do it ?
I mean, I can open the main.tscn file as a text file and use python (or sed) to rename everything, but won't it break references ?