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:
2025-08-09 11:56:18 +01:00
parent 99a47a410f
commit d6f7583273
4 changed files with 27 additions and 8 deletions

View File

@@ -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`.