From 71ec97276c68121a3f26bfc416bbf750a07eb01e Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 16 Nov 2025 22:10:45 -0500 Subject: [PATCH] Update README to indicate support for parent/child entity hierarchies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01dfb6b..9707aac 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ This allows you to: - [x] All entity types (Text, Image, Light, Zone, etc.) - [x] Entity property updates (real-time position, rotation, color changes) - [x] Entity deletion handling -- [ ] Parent/child entity hierarchies +- [x] Parent/child entity hierarchies - [ ] Entity query/filtering by distance ### Phase 5: Interaction & Multi-User