Closed ozkriff closed 4 years ago
This PR:
zscene::action::Custom
z: f32
zscene::Layer
z
SpriteInfo::sub_tile_z
set_z
Closes #319 ("Z-sort sprites vertically")
This PR:
zscene::action::Custom
for executing custom closures during the animations.z: f32
to sprites stored inside ofzscene::Layer
s and sorts them accordingly.z
to object sprites based on their vertical tile position andSpriteInfo::sub_tile_z
.set_z
calls to all event/effects visualizers that are related to changing positions.Closes #319 ("Z-sort sprites vertically")