Test:Mermaid: Difference between revisions

From Resonite Wiki
No edit summary
No edit summary
Line 45: Line 45:
             ProxyAvatar -. now points to .-> avatarSlot["Avatar Slot"]
             ProxyAvatar -. now points to .-> avatarSlot["Avatar Slot"]
             ProxyAvatarHips["ReadVariable"] -- Reads Avatar/Hips from result of --> ProxyAvatar
             ProxyAvatarHips["ReadVariable"] -- Reads Avatar/Hips from result of --> ProxyAvatar
             ProxyAvatarHips -. now points to .-> HipsVariable
             ProxyAvatarHips -. now points to .-> hips
              
              
             A["World/Color"]
             A["World/Color"]
Line 53: Line 53:
                   UserAvatar["User/Avatar"] --> avatarSlot
                   UserAvatar["User/Avatar"] --> avatarSlot
                   avatarSlot["Avatar Slot"]
                   avatarSlot["Avatar Slot"]
                   HipsVariable["Avatar/Hips"] -. points to .-> Hips
                   subgraph hips ["Avatar/Hips"]
                  Hips["Hips Slot"]
                    hips -> Hips
                    Hips["Hips Slot"]
                  end
               end
               end
             end
             end

Revision as of 18:51, 31 March 2024