From b91d4c45849a898edb135e9d077ef94def4ce6fe Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 16 Nov 2025 22:02:28 -0500 Subject: [PATCH] Update README to reflect completion of entity color application and property updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a3408c..71619d7 100644 --- a/README.md +++ b/README.md @@ -370,9 +370,9 @@ This allows you to: - [ ] Authenticated EntityServer queries ### Phase 4: Entity System (Current Focus) -- [ ] Apply entity colors to model materials -- [ ] All entity types (Text, Image, Light, Zone, etc.) -- [ ] Entity property updates (real-time position, rotation, color changes) +- [x] Apply entity colors to model materials +- [x] All entity types (Text, Image, Light, Zone, etc.) +- [x] Entity property updates (real-time position, rotation, color changes) - [ ] Entity deletion handling - [ ] Parent/child entity hierarchies - [ ] Entity query/filtering by distance