Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@xushiwei xushiwei released this 05 Oct 13:24
· 634 commits to main since this release

new features:

  • sprite.Animate: support move steps, play sounds and die (i.e. destroy)
  • sprite.Touching support animation
  • audio: mp3 format enhancement (github.com/qiniu/audio v0.2.0)
  • rename OnKey__0 => OnAnyKey (to forbid incorrect use), add OnKey__2
  • support multi call: onClick/onCloned
  • addStageSprites (allow declaring sprite array on stages)
  • specification: can't destroy sprites declared on stages
  • ThreadObj.Stopped: now sprite script is stoppable
  • tutorials: 05-Animation

changes:

  • github.com/hajimehoshi/ebiten/v2
  • stop "all" => exit
  • spriteDrawInfo.doDrawOn bugfix: allow image size be zero