Skip to content

Bladecoder Adventure Engine v3.2.3

Compare
Choose a tag to compare
@bladecoder bladecoder released this 10 Jan 10:08
· 258 commits to master since this 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 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 "initVerb" param to the "Leave" action. This verb will be executed if set instead of the "init" verb.
  • Now, the "init" verb doesn't run if the "test" verb is executed.
  • Load/Save preferences support.
  • Allow to move BaseActors in MoveToSceneAction.
  • FIX: Scale and Rotate actions didn't work with ui actors.
  • Save also callbacks that are not in the current scene.