summaryrefslogtreecommitdiff
path: root/a.md
diff options
context:
space:
mode:
Diffstat (limited to 'a.md')
-rw-r--r--a.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/a.md b/a.md
index d36109c..5c1e261 100644
--- a/a.md
+++ b/a.md
@@ -20,14 +20,14 @@ len 08 sound(id: Obj, data: Vec<u8>)
### Prefab
```
-Prefab = *(pos:f32x3 rot:f32x3 part)
+Prefab = *(pos:f32x3 mat:f32_3x3 part:Res<Part>)
```
### Part
```
Part = *(len_key:u16 len_value:u16 *(key:u8) *(value:u8))
-Attribute = 0x01 value:f32 / 0x02 buffer:Res / 0x03 texture:Res
+Attribute = 0x01 value:f32 / 0x02 buffer:Res / 0x03 texture:Res<Texture>
```
| Key | Value Type |