progress towards saving export string in correct format (but note there is currently an exception somewhere because of changes; need to fix)
This commit is contained in:
@@ -16,6 +16,6 @@ layer ::= **[** item **]**
|
||||
layer_tree ::= int int **{** (layer)* **}**
|
||||
```
|
||||
|
||||
The first two `int`s in the grid `int int **{** (item)+ **}**` always follow the order: `canvasWidth canvasHeight`.
|
||||
The first two `int`s in the `layer_tree` always follow the order: `canvasWidth canvasHeight`.
|
||||
|
||||
The large number of `int`s in the `item` always follows the order: `x y ex ey r g b a`.
|
||||
The large number of `int`s in the `item` always follow the order: `x y ex ey r g b a`.
|
||||
|
||||
Reference in New Issue
Block a user