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/data.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/data.proto') 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 { string orientation = 3; bool move = 6; bool enter_only = 7; - bool flipped = 8; + AxisDirection gravity = 8 [default = Y_MINUS]; bool exit_only = 11; uint64 required_door = 5; @@ -88,6 +88,7 @@ message Port { string path = 4; string orientation = 5; + AxisDirection gravity = 7 [default = Y_MINUS]; uint64 required_door = 6; } -- cgit 1.4.1