summaryrefslogtreecommitdiff
path: root/a.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-06 15:34:40 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-06 15:34:40 +0100
commit14d348febd549b944d03030bf748f7817a2bedac (patch)
tree96fb79928296a9b6e6b50e0c805fcafaaf32e16a /a.md
parent48a0fb31737362c9bae0ff8f6fcf1e4e10600f94 (diff)
downloadweareserver-14d348febd549b944d03030bf748f7817a2bedac.tar
weareserver-14d348febd549b944d03030bf748f7817a2bedac.tar.bz2
weareserver-14d348febd549b944d03030bf748f7817a2bedac.tar.zst
a
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 |