Update editorguide.md
This commit is contained in:
parent
94c6d71bde
commit
3d083b54fc
@ -40,7 +40,7 @@ The map data is stored in layers. The layer panel is on the right, and looks lik
|
|||||||
|
|
||||||
**Note: You can re-order the layers in the menu, and hide/unhide layers. But do not rename any of the layers. Renaming the layers will cause the map conversion to fail.**
|
**Note: You can re-order the layers in the menu, and hide/unhide layers. But do not rename any of the layers. Renaming the layers will cause the map conversion to fail.**
|
||||||
|
|
||||||
### Adding Tiles
|
## Adding Tiles
|
||||||
|
|
||||||
There are 7 tile layers, `tiles0` to `tiles6`. These layers store tile data you can see in-game. The main layer you should be adding tiles to is `tiles1`. More details on the layers can be found in the detailed docs.
|
There are 7 tile layers, `tiles0` to `tiles6`. These layers store tile data you can see in-game. The main layer you should be adding tiles to is `tiles1`. More details on the layers can be found in the detailed docs.
|
||||||
|
|
||||||
@ -48,13 +48,13 @@ Here we take tiles from the tileset and add them to the `tiles1` layer.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Adding Collision
|
## Adding Collision
|
||||||
|
|
||||||
Tile layers are purely visual. For Erina to collide with the floor, you need to add collision tiles to the `collision` layer. **Note: Do not add collision data to tile layers, or tile data to the collision layer**.
|
Tile layers are purely visual. For Erina to collide with the floor, you need to add collision tiles to the `collision` layer. **Note: Do not add collision data to tile layers, or tile data to the collision layer**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Adding Items
|
## Adding Items
|
||||||
|
|
||||||
Before we add items and events, make sure **View -> Snapping -> Snap to Grid** is turned on, like in the image below:
|
Before we add items and events, make sure **View -> Snapping -> Snap to Grid** is turned on, like in the image below:
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ Alternatively, you can copy-paste an existing item object and simply change the
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Adding Events
|
## Adding Events
|
||||||
|
|
||||||
Almost everything else in the game is an event. More details on events will be explained later. To add an event, we switch to the `event` object layer. Create events the same way you create items.
|
Almost everything else in the game is an event. More details on events will be explained later. To add an event, we switch to the `event` object layer. Create events the same way you create items.
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ In the following image, we create a "Start Point" event (event id 34), and a col
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Editing Room Data
|
## Editing Room Data
|
||||||
|
|
||||||
Finally, you can also edit room types, room colors and room backgrounds. The most important of the three is room types. Room types affect how the camera scrolls in the rooms.
|
Finally, you can also edit room types, room colors and room backgrounds. The most important of the three is room types. Room types affect how the camera scrolls in the rooms.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user