Skip to content

Releases: goplus/spx

v1.0.0-beta9

02 Dec 04:41
e5f4596
Compare
Choose a tag to compare

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

new features:

  • wrapper mobile mouse events (in beta stage).
  • high-efficiency pixel collisions
  • add spx mobile complie
  • sprite.think
  • sprite.width/height => costumeWidth/Height
  • sprite.bound
  • sprite.pixel(x, y)
  • onLoaded when sprite.reload
  • add conf.ScreenshotKey

changes:

  • game.reset: Stop(AllOtherScripts)

v1.0.0-rc1

01 Dec 07:57
5625eff
Compare
Choose a tag to compare

new features:

  • sprite.think
  • support mobile events (in beta stage).

changes:

  • game.reset: Stop(AllOtherScripts)

v1.0.0-beta5

28 Nov 15:38
94c3436
Compare
Choose a tag to compare

changes:

v1.0.0-beta4

27 Nov 02:22
bb45ffe
Compare
Choose a tag to compare

new features:

  • game.Camera (preview version)

changes:

  • hotfix of Stop api

Release v1.0.0-beta3

25 Nov 06:02
9e46635
Compare
Choose a tag to compare

NOTE: This version has a hotfix patch. download spx-v1.0.0-beta4 please.

new features:

  • Stop(kind = All | AllSprites | ThisSprite | ThisScript | OtherScriptsInSprite)

changes:

  • game.Clear => EraseAll
  • sprite.Cloned = sprite.IsCloned

Release v1.0.0-beta2

22 Nov 06:22
3414af9
Compare
Choose a tag to compare

new features:

  • OnTouched
  • startTick, currentTPS (for internal use)
  • anim module use game event tick
  • add global default stepUnit
  • game.prevScene; sprite.gotoBack/glide(obj, secs)

changes:

  • add HelloSpx in README
  • fix: the animated BUG cannot be completed when the canvas FPS is too low
  • fix: change image texture to linear

Release v1.0.0-beta1

17 Nov 16:04
ae31dbb
Compare
Choose a tag to compare

new features:

changes:

  • animate: revert to syncCall; onTurning/onMoving asyncCall
  • AircraftWar readme
  • gop v1.0.22

Release v0.9.9

15 Nov 03:28
Compare
Choose a tag to compare

new features:

  • game.Reload index: allow indexFile or io.Reader
  • sprite.Width/Height()
  • refactor animation: support Frame/Move/Turn animation
  • use eventTick to support animation

changes:

  • syncCall for onTurning/onMoving
  • rm createThread/abortThread
  • reload: recover the attributes of all sprites

Release v0.9.8

10 Nov 06:48
3082149
Compare
Choose a tag to compare

new features:

  • support hex string and color name of color config
  • game.Reload

changes:

  • sched/schedNow: fix for loop panic

Release v0.9.7

09 Nov 00:19
Compare
Choose a tag to compare

changes:

  • fix loadSound
  • fix text position of measure
  • gop v1.0.18