house/protocols/schemas/scene.prs

15 lines
340 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
2023-01-31 16:23:42 +00:00
/ @remote noise.Route
.
2023-01-09 13:40:05 +00:00
Gravity = <gravity @direction shapes.Vector3> .
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> .