diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-09 21:58:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-09 21:58:28 +0100 |
commit | ecaa6a08527bad93c71bdb8211b6c2f8232ff878 (patch) | |
tree | 215452e5363be74cb7b4f210c28b66f9f2aaacf9 /doc | |
parent | 20db20d2702f7b547e1c9c0a2698b6d576cd79d8 (diff) | |
download | weareserver-ecaa6a08527bad93c71bdb8211b6c2f8232ff878.tar weareserver-ecaa6a08527bad93c71bdb8211b6c2f8232ff878.tar.bz2 weareserver-ecaa6a08527bad93c71bdb8211b6c2f8232ff878.tar.zst |
add name to mesh parts and prefabs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.md | 2 | ||||
-rw-r--r-- | doc/resources.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocol.md b/doc/protocol.md index bb20a05..63355dd 100644 --- a/doc/protocol.md +++ b/doc/protocol.md @@ -29,7 +29,7 @@ encoded text. 0x07 parent(parent: Obj, child: Obj) 0x08 sound(id: Obj, data: Vec<u8>) 0x09 prefab_index(res: Res) -0x0a prefab_name(res: Res, name: String) +0x0a announce_prefab(res: Res) ``` ## Resources diff --git a/doc/resources.md b/doc/resources.md index ba1ce72..6be292b 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -34,6 +34,7 @@ white except normals are zero. | Key | Value Type | | | ------------------ | ------------- | ------------------ | +| name | String | | | index | Resource | | | g_metallic | Float | | | g_roughness | Float | | |