Releases: AustinEast/echo
Releases · AustinEast/echo
Fix null error on static platforms
v2.3.1 2.3.0 -> 2.3.1
Implemented Body & Shape Scaling
v2.3.0 2.2.0 -> 2.3.0
TileMap API Updates
Adds support for Slopes and custom Shapes to the TileMap API.
Breaking Change - the start_index argument in TileMap.generate() was incorrectly applied, and has been fixed. If you used this argument, you may need to adjust it for this new release.
optimizations and fixes
v2.1.1 2.1.0 -> 2.1.1
optimizing and polygon fix
v2.1.0 2.0.0->2.1.0
aabb and other optimizations (thanks @Yanrishatum!)
v2.0.0 1.5.3 -> 2.0.0
make kinematic bodies ignore gravity again
v1.5.3 1.5.2 -> 1.5.3
add rotational drag
v1.5.2 1.5.1 -> 1.5.2
fix max rotational velocity
v1.5.1 1.5.0 -> 1.5.1
linecast normals and other goodies
v1.5.0 fix indentation