Skip to content

v1.0.0-beta11

Compare
Choose a tag to compare
@xushiwei xushiwei released this 05 Dec 06:54
· 283 commits to main since this release
8fa01b8

NOTE: This is an unstable release. Please use spx v1.0.0-rc1 in your product.

new features:

  • sprite.touchingColor
  • sprite.setEffect/changeEffect: ColorEffect/BrightnessEffect
  • sprite.clearGraphEffects
  • sprite.stop also can stop onTick events
  • sprite.glide with animation
  • volume/setVolume/changeVolume
  • add map.mode/width/height
  • add window resize
  • add ios complie
  • tutorial/00-Blank
  • tutorial/00-Hello

changes:

  • config: currentCostumeIndex => costumeIndex/sceneIndex; costumes => scenes
  • config: bitmapResolution = 1 in default
  • reload bugfix: sprite.dying state
  • sprite.bound => bounds
  • sprite.touching bugfix
  • can removeFromList many times