Map
Map
Maps define explorable areas with tile-based or pixel-based terrain, lighting, entities, scripts, and camera settings. Each map has its own layers, tilesets, music, and transition effects.
Properties
System
| Name |
Explanation |
Type |
| ID |
The ID of the map. |
Number |
| Name |
The name of the map. |
String |
Appearance
| Name |
Explanation |
Type |
| Background Color |
The background color of the map. |
Color |
| Background Music |
The background music of the map. |
Music |
| Height |
The height of the map in tiles. |
Number |
| Tileset |
The tileset used in the map. |
Tileset |
| Width |
The width of the map in tiles. |
Number |
| Wrap Horizontal |
Whether the map wraps horizontally. |
Toggle |
| Wrap Vertical |
Whether the map wraps vertically. |
Toggle |
Camera
| Name |
Explanation |
Type |
| Distance |
The overridden distance of the camera if applicable. |
Number |
| Field of View |
The overridden field of view of the camera if applicable. |
Number |
| Pitch |
The overridden pitch of the camera if applicable. |
Number |
| Render Distance |
The overridden render distance of the camera if applicable. |
Number |
| Reset to Default |
Whether to reset the camera to the default values. |
Toggle |
| Roll |
The overridden roll of the camera if applicable. |
Number |
| Scale |
The overridden scale of the camera if applicable. |
Number |
| Yaw |
The overridden yaw of the camera if applicable. |
Number |
Lighting
| Name |
Explanation |
Type |
| Ambient Color |
The ambient light color of the map. |
Color |
| Directional Color |
The directional light color of the map. |
Color |
| Directional Light Direction |
The direction of the directional light of the map. |
Vector |
| Enable |
Whether lighting is enabled on the map. |
Toggle |
Physics
| Name |
Explanation |
Type |
| Tile-Based Movement |
Whether the map uses tile-based movement. |
Toggle |
Scripts
| Name |
Explanation |
Type |
| Enter Map |
The script to execute when entering the map. |
Script |
| Exit Map |
The script to execute when exiting the map. |
Script |
| Ongoing Map |
The script to execute in the background of the map. |
Script |
| Override Enter Map |
Whether to override the enter script defined in the database. |
Toggle |
| Override Exit Map |
Whether to override the exit script defined in the database. |
Toggle |
| Override Ongoing Map |
Whether to override the ongoing script defined in the database. |
Toggle |
User Interfaces
| Name |
Explanation |
Type |
| Is Main Menu Enabled? |
Whether the main menu is available on the map. |
Toggle |
| Loading Screen |
The user interface to use for the loading screen for the scene. |
User Interface |
| Main Menu |
The main menu user interface to use on the map. |
User Interface |