summaryrefslogtreecommitdiff
path: root/doc/resources.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-08 18:03:10 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-08 18:03:10 +0100
commita7a68de71c2e9e8f714ec58053c9ea57fae70604 (patch)
tree568fed7f5d54270a7b648a8591f84c5a84f7ae94 /doc/resources.md
parent6c2cb1d5a54badcbd488fc4bd1d58ea03846369b (diff)
downloadweareserver-a7a68de71c2e9e8f714ec58053c9ea57fae70604.tar
weareserver-a7a68de71c2e9e8f714ec58053c9ea57fae70604.tar.bz2
weareserver-a7a68de71c2e9e8f714ec58053c9ea57fae70604.tar.zst
fix short option collision
Diffstat (limited to 'doc/resources.md')
-rw-r--r--doc/resources.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/resources.md b/doc/resources.md
index 3add075..a6b885b 100644
--- a/doc/resources.md
+++ b/doc/resources.md
@@ -19,11 +19,11 @@
## Prefab
-| Key | Value Type | |
-| ----------- | ----------------------- | --------- |
-| mesh | Matrix3, Vec3, Resource | Multi key |
-| light | Vec3, Resource | Multi key |
-| environment | Resource | |
+| Key | Value Type | |
+| ----------- | ---------------------------- | --------- |
+| mesh | Matrix3, Vec3, Res<MeshPart> | Multi key |
+| light | Vec3, Res<LightPart> | Multi key |
+| environment | Res<EnvironmentPart> | |
## MeshPart