Fast Block Resizing
Posted: Sat Apr 26, 2014 6:35 pm
I'm making a level where all of the blocks that are block-60 need to be resized to be 64 by 64 pixels, and I know how to do it but its annoying to go through the level file and replace so many numbers. I'm using Notepad++ for this. Is there a way that I can search and replace more than one row at a time?
Like if I want to find this:
and replace it with this:
Like if I want to find this:
Code: Select all
32
32
60
Code: Select all
64
64
60