about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 484369e..6c98d3f 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -239,6 +239,8 @@ message HumanMap {
239 239
240 optional PortIdentifier worldport_entrance = 3; 240 optional PortIdentifier worldport_entrance = 3;
241 optional string rte_room = 7; 241 optional string rte_room = 7;
242 optional Vec3d rte_trigger_pos = 8;
243 optional Vec3d rte_trigger_scale = 9;
242 244
243 // These two fields are used by the validator and nothing else. excluded_nodes 245 // These two fields are used by the validator and nothing else. excluded_nodes
244 // are objects in the tscn that are intentionally not mentioned in the txtpb. 246 // are objects in the tscn that are intentionally not mentioned in the txtpb.