Skip to content

Bladecoder Adventure Engine v0.9.13

Compare
Choose a tag to compare
@bladecoder bladecoder released this 12 Jun 10:46
· 886 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 new buttons in the Tools menu to test the scene in Iphone/Ipad emulator and device.
  • Support for changing players in runtime: Added $PLAYER variable.
  • Added actor Tint attribute to allow lighting effects.
  • EDITOR: Disable not working HTML platform.
  • Update RoboVM to Mobidevelop 2.1.0 release.
  • Added 'initNewGame' and 'initSavedGame' verbs to allow calling actions when a game is started or loaded.
  • Fix error in text position when drawing SUBTITLE texts.
  • Fix action color serialize.
  • DialogUI gets scrollbar style.
  • Update fonts for better language support.
  • Fix bug when loading project and scene scope is selected.
  • Delete unused 'delay' field in AnimationDesc.
  • Fix: bug in yoyo animatinons.