Skip to content

Bladecoder Adventure Engine v1.2.2

Compare
Choose a tag to compare
@bladecoder bladecoder released this 11 Mar 11:38
· 649 commits to master since this release

Some 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

  • Added I18N support to Text Actors.
  • New AlphaAnimation action to animate the alpha channel of sprite actors.
  • Added 'orgAlign' to Sprite Actors to set the origin for scale and rotation.
  • Updated library libgdx to v1.9.6
  • AnimationRenderer refactor.
  • Added text align to text actors.
  • FIX: tint for text actors not working.
  • FIX: Error saving/loading tweens state.
  • EDITOR: Added icons for text and particle actors.
  • EDITOR FIX: Problem when changing id to animations.