Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Superpowers Game v4.0

Compare
Choose a tag to compare
@elisee elisee released this 30 Oct 17:39
· 22 commits to master since this release
  • 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 and Sup.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