diff options
Diffstat (limited to 'a.md')
-rw-r--r-- | a.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | |