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/human.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/human.proto')
-rw-r--r-- | proto/human.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/human.proto b/proto/human.proto index 7d61fcb..858c88f 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -117,7 +117,7 @@ message HumanPainting { | |||
117 | string orientation = 3; | 117 | string orientation = 3; |
118 | bool move = 6; | 118 | bool move = 6; |
119 | bool enter_only = 7; | 119 | bool enter_only = 7; |
120 | bool flipped = 8; | 120 | AxisDirection gravity = 8 [default = Y_MINUS]; |
121 | bool exit_only = 9; | 121 | bool exit_only = 9; |
122 | 122 | ||
123 | DoorIdentifier required_door = 5; | 123 | DoorIdentifier required_door = 5; |
@@ -128,6 +128,7 @@ message HumanPort { | |||
128 | string path = 2; | 128 | string path = 2; |
129 | 129 | ||
130 | string orientation = 3; | 130 | string orientation = 3; |
131 | AxisDirection gravity = 5 [default = Y_MINUS]; | ||
131 | 132 | ||
132 | DoorIdentifier required_door = 4; | 133 | DoorIdentifier required_door = 4; |
133 | } | 134 | } |