Skip to content

Commit 19bb8a4

Browse files
authored
level strings (#78)
* stuff added * who did this
1 parent d5d6bf2 commit 19bb8a4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/resources/client/level-components/level-object.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,18 @@ Property keys reflect the keys found in the following table, whereas property va
6363
| 15 | Player Color 1 | **bool** | the Player Color 1 property of any Color trigger |
6464
| 16 | Player Color 2 | **bool** | the Player Color 2 property of any Color trigger |
6565
| 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 |
6767
| 21 | Main Color Channel ID | **integer** | the Main Color Channel ID property of the object |
6868
| 22 | Secondary Color Channel ID | **integer** | the Secondary Color Channel ID property of the object |
6969
| 23 | Target Color ID | **integer** | the Target Color ID property in an interactive object |
7070
| 24 | Z Layer | **integer** | the Z Layer of the object |
7171
| 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 |
7474
| 30 | Easing | **[Easing](enumerations.md)** | the Easing type of the effect of a trigger |
7575
| 31 | Text | **string** | the text of the text object in [base64]() |
7676
| 32 | Scaling | **float** | the scaling of the object |
77+
| 33 | Single Group ID | **integer** | a group ID given to the object |
7778
| 34 | Group Parent | **bool** | the Group Parent property of the object |
7879
| 35 | Opacity | **float** | the opacity value of a trigger |
7980
| 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
167168
<td align="center">26</td>
168169
<td align="center">27</td>
169170
</tr>
170-
<tr>
171-
<td align="center" colspan="2">33</td>
172-
</tr>
173171
<tr>
174172
<td align="center">37</td>
175173
<td align="center">40</td>

0 commit comments

Comments
 (0)