diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 12:03:39 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 12:03:39 -0400 |
| commit | 4e56e7681c0769dd247c0512a682a067426436bc (patch) | |
| tree | d10ed9dbc920199df2cdf33b65df48328079baf0 /proto/data.proto | |
| parent | 839cf72809a5d7aa65002c1b93d78c588def1210 (diff) | |
| download | lingo2-archipelago-4e56e7681c0769dd247c0512a682a067426436bc.tar.gz lingo2-archipelago-4e56e7681c0769dd247c0512a682a067426436bc.tar.bz2 lingo2-archipelago-4e56e7681c0769dd247c0512a682a067426436bc.zip | |
Add gravity to paintings/ports
Diffstat (limited to 'proto/data.proto')
| -rw-r--r-- | proto/data.proto | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/proto/data.proto b/proto/data.proto index fd38cfd..b590454 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
| @@ -75,7 +75,7 @@ message Painting { | |||
| 75 | string orientation = 3; | 75 | string orientation = 3; |
| 76 | bool move = 6; | 76 | bool move = 6; |
| 77 | bool enter_only = 7; | 77 | bool enter_only = 7; |
| 78 | bool flipped = 8; | 78 | AxisDirection gravity = 8 [default = Y_MINUS]; |
| 79 | bool exit_only = 11; | 79 | bool exit_only = 11; |
| 80 | 80 | ||
| 81 | uint64 required_door = 5; | 81 | uint64 required_door = 5; |
| @@ -88,6 +88,7 @@ message Port { | |||
| 88 | 88 | ||
| 89 | string path = 4; | 89 | string path = 4; |
| 90 | string orientation = 5; | 90 | string orientation = 5; |
| 91 | AxisDirection gravity = 7 [default = Y_MINUS]; | ||
| 91 | 92 | ||
| 92 | uint64 required_door = 6; | 93 | uint64 required_door = 6; |
| 93 | } | 94 | } |
