diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-06 15:34:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-06 15:34:40 +0100 |
commit | 14d348febd549b944d03030bf748f7817a2bedac (patch) | |
tree | 96fb79928296a9b6e6b50e0c805fcafaaf32e16a /a.md | |
parent | 48a0fb31737362c9bae0ff8f6fcf1e4e10600f94 (diff) | |
download | weareserver-14d348febd549b944d03030bf748f7817a2bedac.tar weareserver-14d348febd549b944d03030bf748f7817a2bedac.tar.bz2 weareserver-14d348febd549b944d03030bf748f7817a2bedac.tar.zst |
a
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 | |