house/protocols/schemas/scene.prs

20 lines
448 B
Plaintext
Raw Normal View History

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