Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 351 Bytes

Level.md

File metadata and controls

5 lines (4 loc) · 351 Bytes

Level

This type is used to describe custom level that can be loaded and played in game. A level is a collection of actors that are spawned, before the game starts.

Properties

  • actors - Array<Actor> - Array of actors to spawn. This property is very important, since actors are basic elements used to create level's structure.