@@ -63,17 +63,18 @@ Property keys reflect the keys found in the following table, whereas property va
63
63
| 15 | Player Color 1 | ** bool** | the Player Color 1 property of any Color trigger |
64
64
| 16 | Player Color 2 | ** bool** | the Player Color 2 property of any Color trigger |
65
65
| 17 | Blending | ** bool** | the Blending property of any Color trigger |
66
- | 20 | Editor Layer 1 | ** bool ** | the Editor Layer 1 property of the object |
66
+ | 20 | Editor Layer 1 | ** integer ** | the Editor Layer 1 property of the object |
67
67
| 21 | Main Color Channel ID | ** integer** | the Main Color Channel ID property of the object |
68
68
| 22 | Secondary Color Channel ID | ** integer** | the Secondary Color Channel ID property of the object |
69
69
| 23 | Target Color ID | ** integer** | the Target Color ID property in an interactive object |
70
70
| 24 | Z Layer | ** integer** | the Z Layer of the object |
71
71
| 25 | Z Order | ** integer** | the Z Order of the object |
72
- | 28 | Offset X | ** float ** | the Offset X property of the Move trigger |
73
- | 29 | Offset Y | ** float ** | the Offset Y property of the Move trigger |
72
+ | 28 | Offset X | ** integer ** | the Offset X property of the Move trigger |
73
+ | 29 | Offset Y | ** integer ** | the Offset Y property of the Move trigger |
74
74
| 30 | Easing | ** [ Easing] ( enumerations.md ) ** | the Easing type of the effect of a trigger |
75
75
| 31 | Text | ** string** | the text of the text object in [ base64] ( ) |
76
76
| 32 | Scaling | ** float** | the scaling of the object |
77
+ | 33 | Single Group ID | ** integer** | a group ID given to the object |
77
78
| 34 | Group Parent | ** bool** | the Group Parent property of the object |
78
79
| 35 | Opacity | ** float** | the opacity value of a trigger |
79
80
| 41 | Main Color HSV Enabled | ** bool** | whether the HSV mode is enabled for the Main Color of the object |
@@ -167,9 +168,6 @@ The following key ranges are potentially discarded features, whose appearance in
167
168
<td align="center">26</td>
168
169
<td align="center">27</td>
169
170
</tr >
170
- <tr >
171
- <td align="center" colspan="2">33</td>
172
- </tr >
173
171
<tr >
174
172
<td align="center">37</td>
175
173
<td align="center">40</td>
0 commit comments