Skip to content

Bladecoder Adventure Engine v1.2.0

Compare
Choose a tag to compare
@bladecoder bladecoder released this 20 Feb 13:00
· 669 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 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 particle effect actors.
  • Added text actors.
  • Added rotation to actors.
  • Several improvements to the ink integration. Updated 'blade-ink' package to v0.4.0.
  • Updated 'packr' package to the latest version.
  • Toggle debug mode tapping in the menu version label.
  • Autodetect the Android SDK version installed.
  • EDITOR: Show actor position when editing actor for precision positioning.
  • EDITOR: Added color selector dialog for color input.
  • EDITOR FIX: Init animation was not showing properly.