Skip to content

Bladecoder Adventure Engine v1.2.3

Compare
Choose a tag to compare
@bladecoder bladecoder released this 18 Mar 20:37
· 638 commits to master since this release

More little changes and bug fixing.

DOWNLOAD AND RUNNING THE EDITOR

Below you can download a .zip package with the Adventure Editor. In the bin folder there are scripts to run the editor in Windows, Linux and Mac. Java JDK 1.8 is required to run the Editor.

TEST PROJECTS

Several test projects can be downloaded from here.

Test projects can be used to learn about the Blade Engine features. For example, the venus project is a complete (short) game.

CHANGES

  • Added 'ignoreWalkZone' parameter to Goto.
  • Get rid of SpriteActor restriction in PositionAnim target.
  • Update to gradle v3.4.1
  • EDITOR: Dialogs can exit the editor borders.
  • EDITOR: Scroll the actor list when actor is selected in ScnWidget.
  • FIX: bad rotation in Spine actors.
  • FIX: Error disposing source in getInternalAnimations.
  • FIX: Add WHITE tint to Sprite actor in anim if the actor doesn't have
    it.