Skip to content

fantomCX 3.03

Latest
Compare
Choose a tag to compare
@MikeHart66 MikeHart66 released this 07 Nov 20:34
· 7 commits to master since this release

This is the updated version 3.03 of the fantomCX game framework for Cerberus X (mojo2).

fantomCX is the continuation of the fantomX framework for Monkey X.

The following things were changed:

Version 3.03

New functionalities

  • tba

Fixes

  • tba

Modifikations

  • Added the new OnSwipe methods to the BaseScript example and the docs.

Version 3.02

New functionalities

  • Added ftEngine.ShakeCamera:Void(_factor:Float)
  • Added ftEngine.OnSwipeStart:Int(touchIndex:Int, sXPos:Float, sYPos:Float)
  • Added ftEngine.OnSwipeMove:Int(touchIndex:Int, sXPos:Float, sYPos:Float)
  • Added ftEngine.SwipeCancel:Void(index:Int = 0)

Fixes

  • tba

Modifikations

  • Swipe.Update will check if the last touch position is the same and so restarts the swipe process.