Ok, so if the grid size is 32 x 32 and the width is 28, the offset is 2.
What should it be then, if the grid size is 16 x 16?
In the older version of the editor, the coin NPC still aligned properly when I changed the grid size
without changing the offsets, so I don't understand why that should be different now. Either way, adding 2 to the x position of the NPC should line it up correctly.
Let's say, for example, that I placed a coin at position (32,32). The x offset of 2 makes the coin's position (34,32), right? This should be the same on a 16 x 16 grid as on a 32 x 32 grid, but for some reason, this is not what happens.
Added after 27 minutes 14 seconds:The grid settings in npc.txt don't seem to work.
I just put these in my npc-10.txt in my episode folder:
Nothing happened.