house/protocols/schemas/scene.prs

13 lines
287 B
Plaintext
Raw Normal View History

2023-01-06 14:09:46 +00:00
version 1 .
Portal = <portal @name string @destination PortalDestination> .
PortalDestination =
/ @local #!any
/ @remote <remote <ws @url string> @sturdyref sturdy.SturdyRef>
.
2023-01-09 13:40:05 +00:00
Gravity = <gravity @direction shapes.Vector3> .
2023-01-06 14:09:46 +00:00
; Message
Touch = <touch @subject string @object string> .