Skip to content

Bladecoder Adventure Engine v1.1.1

Compare
Choose a tag to compare
@bladecoder bladecoder released this 06 Jan 20:05
· 711 commits to master since this release

Minor 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 new action to add an integer value to a property to increment/decrement it. Useful to create counters.
  • Add MacOS .icon when packaging.
  • Add .app extension to the MacOS package.
  • Added autoselect style property to the DialogUI.
  • Ink support cleanup.
  • FIX: music was stopped changing from scene when a change to the
    loading screen was needed.