From 4e56e7681c0769dd247c0512a682a067426436bc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 11 Aug 2025 12:03:39 -0400 Subject: Add gravity to paintings/ports --- proto/human.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/human.proto') 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 { string orientation = 3; bool move = 6; bool enter_only = 7; - bool flipped = 8; + AxisDirection gravity = 8 [default = Y_MINUS]; bool exit_only = 9; DoorIdentifier required_door = 5; @@ -128,6 +128,7 @@ message HumanPort { string path = 2; string orientation = 3; + AxisDirection gravity = 5 [default = Y_MINUS]; DoorIdentifier required_door = 4; } -- cgit 1.4.1