Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 844 Bytes

tutorial2_1.md

File metadata and controls

24 lines (15 loc) · 844 Bytes

Tutorial 2 - Part 1: Setting up the project

In this tutorial, we will create a level using most of the capabilities of the game and then we will publish it on Selfless Heroes API for review.

Here is the level we will create:

black forest screenshot

Requirements

To follow this tutorial, you must have all necessary software installed as described in the installation guide and you must have followed the first tutorial.

Setting up the project

Copy the folder sh-leveleditor-dir/levels/tutorial2_start to sh-leveleditor-dir/levels/black_forest.

Unlike in the first tutorial, level.js and metadata.json are pretty much empty. We will mainly focus on the creation of these files in this tutorial.

Next: ▶️ Part 2: Create the map