Skip to content

Bladecoder Adventure Engine v1.2.1

Compare
Choose a tag to compare
@bladecoder bladecoder released this 02 Mar 23:16
· 661 commits to master since this release

This is a bug fix release.

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 music support to the default Menu screen.
  • Added rotation property to SetActorAttr action.
  • FIX: Check if renderer is an AnimationRenderer when changing the selected animation in the editor.
  • FIX: Error disposing Spine actors when creating new project.
  • FIX: Error creating new project in Linux and MacOS due to CRLF in gradlew.