So a bit of background first, Im attempting to port some of my assets that i had designed for another engine to this one. the previous engine was RPG Maker MV which supports tilesets of almost any pixel ratio, the default being 48x48 pixels.
actual size:
as you can see the asset i want to use on the left is twice as tall as links sprite! dropping it into the game as it is now would make the hero look giant compared to the rest of the ALTTP sprites and tiles!
the one on the far right is my attempt to create an ALTTP style asset but im not quite as happy with the result. id like to scale the rest of the ALTTP style assets to fit my art while still keeping all the proportions correct but ive run into a snag. the first thing ive tried is to just double the size of every sprite and tile in the game.
however whenever i try to rebuild the animated tiles i get this error prompt.
im not sure what im doing wrong here. do animated tiles have to be a specific pixel ratio? it says it needs to be a multiple of 8 pixels but multiplying everything by 2 should mean that its still a multiple of 8 so im a little lost..
actual size:
as you can see the asset i want to use on the left is twice as tall as links sprite! dropping it into the game as it is now would make the hero look giant compared to the rest of the ALTTP sprites and tiles!
the one on the far right is my attempt to create an ALTTP style asset but im not quite as happy with the result. id like to scale the rest of the ALTTP style assets to fit my art while still keeping all the proportions correct but ive run into a snag. the first thing ive tried is to just double the size of every sprite and tile in the game.
however whenever i try to rebuild the animated tiles i get this error prompt.
im not sure what im doing wrong here. do animated tiles have to be a specific pixel ratio? it says it needs to be a multiple of 8 pixels but multiplying everything by 2 should mean that its still a multiple of 8 so im a little lost..