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/common.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'proto/common.proto') diff --git a/proto/common.proto b/proto/common.proto index e300e94..e37f670 100644 --- a/proto/common.proto +++ b/proto/common.proto @@ -25,3 +25,14 @@ enum DoorType { // This door is never an item, and is a location as long as panelsanity is not on. LOCATION_ONLY = 5; } + +enum AxisDirection { + AXIS_DIRECTION_UNKNOWN = 0; + + X_PLUS = 1; + X_MINUS = 2; + Y_PLUS = 3; + Y_MINUS = 4; + Z_PLUS = 5; + Z_MINUS = 6; +} -- cgit 1.4.1