house/protocols/schemas/scene.prs

15 lines
359 B
Plaintext
Raw Normal View History

2023-01-06 14:09:46 +00:00
version 1 .
2023-02-03 23:05:06 +00:00
Portal = <portal @name string @destination PortalDestination @position shapes.LiteralVector3> .
PortalDestination =
/ @local #!any
2023-02-11 21:09:44 +00:00
/ @remote gatekeeper.Route
.
2023-02-03 23:05:06 +00:00
Gravity = <gravity @direction shapes.LiteralVector3> .
2023-01-09 13:40:05 +00:00
2023-02-02 20:58:53 +00:00
AmbientSound = <ambient-sound @name string @spec shapes.SoundSpec> .
2023-01-06 14:09:46 +00:00
; Message
Touch = <touch @subject string @object string> .