Skip to content

Bladecoder Adventure Engine v4.0.2

Compare
Choose a tag to compare
@bladecoder bladecoder released this 22 Jan 12:39
· 258 commits to master since this release

This release adds support to gamepads. Besides, the editor can generate .aab packages, the new Google Play Store format.

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 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

  • Controller (gamepad) support.
  • .aab package generation for Android.
  • In panel showing choose options, up/down buttons now have animation.
  • Update libgdx to latest version 1.9.13.
  • Better Ink text extraction for I18N.
  • Fix: Bug deleting animation if initial animation is not set.