Map
Map
Insert description here.
Properties
System
Name | Explanation | Type |
---|---|---|
ID | ID of selected map. | Number |
Name | The name of the element. | String |
Appearance
Name | Explanation | Type |
---|---|---|
Background Color | The background color of the map. | Color |
Background Music | The background music to play in the map. | Music |
Tileset | The tileset used on the map. | Tileset |
Width | The width of map in tiles. | Number |
Height | The height of map in tiles. | Number |
Wrap Horizontal | Whether or not the map will repeat itself horizontally. | Toggle |
Wrap Vertically | Whether or not the map will repeat itself 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 or not to reset the default values of the camera. | 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 |
---|---|---|
Enable | Whether to enable lighting on the map. | Toggle |
Ambient Color | Color applied to the lighting. | Color |
Directional Color | The angle of color applied to the lighting. | Color |
Direction X | The x component of the directional color. | Number |
Direction Y | The y component of the directional color. | Number |
Direction Z | The z component of the directional color. | Number |
Physics
Name | Explanation | Type |
---|---|---|
Override Movement | Whether or not to override the default movement used on maps. | Toggle |
Pixel-Based Movement | Whether or not to override the movement with pixel-based movement. | Toggle |
Tile-Based Movement | Whether or not to override the movement with tile-based movement. | Toggle |
Scripts
Name | Explanation | Type |
---|---|---|
Override Enter Map | Whether or not to override the enter script defined in the database. | Toggle |
Enter Map | The script to execute when entering the map. | Script |
Override Exit Map | Whether or not to override the exit script defined in the database. | Toggle |
Exit Map | The script to execute when exiting the map. | Script |
Override Ongoing Map | Whether or not to override the ongoing script defined in the database. | Toggle |
Ongoing Map | The script to execute in the background of the map. | Script |
User Interfaces
Name | Explanation | Type |
---|---|---|
Loading Screen | The overridden user interface to use for the loading screen for the scene. | User Interface |
Is Main Menu Enabled | Whether or not the main menu is enabled on the map. | Toggle |
Main Menu | The overridden menu to use on the map, if applicable. | User Interface |