├── README.md └── history.json /README.md: -------------------------------------------------------------------------------- 1 | ([context](https://youtu.be/XZXZGOkJ92w)) 2 | 3 | # gd-place-data 4 | History data from the GD-Place event, in case anyone wants to analyze it 5 | 6 | # how to use 7 | Each element in the `history.json` represents an action performed by a user during the event. 8 | If the elements includes a `placedObject` key, it represents a placed object, otherwise it represents a deletion. 9 | 10 | # object data format 11 | `[id];[x];[y];[rotation];[flip];[scale];[zOrder];[mainColor];[mainBlending];[mainOpacity];[detailColor];[detailBlending];[detailOpacity]` --------------------------------------------------------------------------------