Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+2)

That is an excellent observation, and one you may have to test for me (I am only in possession of MV not MZ). Allow me to explain:

That bit of code is to alter the Side-View Battler placement for Time Elements characters (the code that alters the Map Scene sprites is further down and does utilize $gameMap.tileHeight()). That being saidI don't actually know if changing the game's tile size also changes the Battler placement. If it does, let me know, as I'll have to make that a parameter users can input in the plug-in menu, as I don't believe the Battle Scene can access $gameMap (but, if it can, then I will certainly add it in).

(+1)

Hi there!

Oh no, I thought it was something related to the tile size. If it is not then you can forget what I said. 

As far as I know, the Battler sprites are not using the tile size for their position or anything else.