diff options
Diffstat (limited to 'proto')
| -rw-r--r-- | proto/data.proto | 2 | ||||
| -rw-r--r-- | proto/human.proto | 2 |
2 files changed, 4 insertions, 0 deletions
| diff --git a/proto/data.proto b/proto/data.proto index 3330666..e053942 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
| @@ -291,6 +291,8 @@ message Map { | |||
| 291 | 291 | ||
| 292 | optional uint64 rte_room = 7; | 292 | optional uint64 rte_room = 7; |
| 293 | optional uint64 rte_ap_id = 8; | 293 | optional uint64 rte_ap_id = 8; |
| 294 | optional Vec3d rte_trigger_pos = 9; | ||
| 295 | optional Vec3d rte_trigger_scale = 10; | ||
| 294 | } | 296 | } |
| 295 | 297 | ||
| 296 | message Progressive { | 298 | message Progressive { |
| 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. |
