This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
Superpowers Game v4.0
- Update Italian translation (thanks @marcosecchi #145)
- Merged #146: Replace >= and <= with > and < in ArcadePhysics2D.intersects() (thanks @ViKomprenas)
- The bottom-right tile in a tile set doesn't need to be fully transparent anymore! 6ab62b1
- Added
Sup.getRootActors
API function - Merged #147: Added
Sup.traverseActors
andSup.getAllActors
API functions (thanks @ViKomprenas) - Fixed #120: Handle spritesheet correctly even if its size is not a multiple of the grid size
- Fixed #53: Upload fails after renaming a map in Advanced Textures
- Fixed #84: When clicking on the at runtime, refocus the automatically
- Updated codebase to TypeScript v2.0, scripts still use v1.8.3 for now