Skip to content

Bladecoder Adventure Engine v1.2.6

Compare
Choose a tag to compare
@bladecoder bladecoder released this 30 May 00:03
· 595 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

  • Actors in inventory can be animated now.
  • Added UI actors: Actors that stays in all scenes not affected by scrolling nor any other scene camera effect. Normally used to create UI buttons.
  • Multiline texts can have a voice file per line using a '#' mark in each line.
  • Check for Ink engine errors after each line.
  • FIX: SpineRenderer serialization error when loading.
  • FIX: error loading objects in inventory when they have changed the layer.