Is it possible to change Autotile animation speed? In other words, the time delay to switch to the next pattern in the same Autotile type.
Is there a section in RGSS to change this, or is it simply pre-programmed in PRGXP and cannot be changed? I know it's a difficult question, but if someone happens to know the answer...
Is there a section in RGSS to change this, or is it simply pre-programmed in PRGXP and cannot be changed? I know it's a difficult question, but if someone happens to know the answer...


. Usually, the tilemap for animation, etc... is updated once per frame. So simply puting more than one tilemap update function per frame increases the Autotile animation speed.

Comment