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 --- data/maps/the_entry/rooms/Flipped Link Area.txtpb | 4 ++-- data/maps/the_entry/rooms/Flipped Second Room.txtpb | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'data/maps') diff --git a/data/maps/the_entry/rooms/Flipped Link Area.txtpb b/data/maps/the_entry/rooms/Flipped Link Area.txtpb index b189c57..2e37e3a 100644 --- a/data/maps/the_entry/rooms/Flipped Link Area.txtpb +++ b/data/maps/the_entry/rooms/Flipped Link Area.txtpb @@ -11,13 +11,13 @@ paintings { name: "NEAR" path: "Components/Paintings/aches2" orientation: "north" - flipped: true + gravity: Y_PLUS display_name: "Flipper Near Painting" } paintings { name: "FAR" path: "Components/Paintings/aches4" orientation: "south" - flipped: true + gravity: Y_PLUS display_name: "Flipped Far Painting" } \ No newline at end of file diff --git a/data/maps/the_entry/rooms/Flipped Second Room.txtpb b/data/maps/the_entry/rooms/Flipped Second Room.txtpb index 339ea64..229f035 100644 --- a/data/maps/the_entry/rooms/Flipped Second Room.txtpb +++ b/data/maps/the_entry/rooms/Flipped Second Room.txtpb @@ -18,12 +18,13 @@ paintings { name: "EYE" path: "Components/Paintings/eyes" orientation: "north" - flipped: true + gravity: Y_PLUS display_name: "Eye Painting" } ports { name: "FOUR" path: "Components/Warps/worldport9" orientation: "south" + gravity: Y_PLUS required_door { name: "Flipped Second Room Right Door" } } \ No newline at end of file -- cgit 1.4.1