... | @@ -2,4 +2,20 @@ The map editor lets you alter the layout of your game. Dulst currently supports |
... | @@ -2,4 +2,20 @@ The map editor lets you alter the layout of your game. Dulst currently supports |
|
|
|
|
|
## Using the Map Editor
|
|
## Using the Map Editor
|
|
|
|
|
|
The map editor is broken up into a grid. The size of the grid will be set to 1 rem in CSS. This lets you easily control the placement of cards and other elements in the grid via other tools. |
|
The map editor is broken up into a grid. The size of the grid will be set to 1 rem in CSS. This lets you easily control the placement of cards and other elements in the grid via other tools.
|
|
\ No newline at end of file |
|
|
|
|
|
|
|
|
|
|
|
|
|
### Static Elements ###
|
|
|
|
|
|
|
|
Row of cards: Able to display either horizontally or vertically.
|
|
|
|
Stack of cards: Cards put into the stack will be no longer be rendered and removed from view except for the top card.
|
|
|
|
|
|
|
|
### Interactive Card Elements ###
|
|
|
|
|
|
|
|
Interactive card elements are cards in-game. They can be targeted by the effect builder and modified the same as any other card.
|
|
|
|
|
|
|
|
Button: A button with text on it.
|
|
|
|
Information Display: An element that automatically maps to a player or the game's property. Whenever the property changes the display changes as well.
|
|
|
|
|
|
|
|
|