Bladecoder Adventure Engine v2.1.2
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
- Sprite Actors can have different scales in X and Y axis allowing unproportional scaling.
- Check project version before loading + show loading message.
- Fix gradle deprecation warnings.
- Continue loading custom classes if some error found in one of them.