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 /data/maps/the_entry/rooms/Flipped Link Area.txtpb | |
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 'data/maps/the_entry/rooms/Flipped Link Area.txtpb')
-rw-r--r-- | data/maps/the_entry/rooms/Flipped Link Area.txtpb | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
11 | name: "NEAR" | 11 | name: "NEAR" |
12 | path: "Components/Paintings/aches2" | 12 | path: "Components/Paintings/aches2" |
13 | orientation: "north" | 13 | orientation: "north" |
14 | flipped: true | 14 | gravity: Y_PLUS |
15 | display_name: "Flipper Near Painting" | 15 | display_name: "Flipper Near Painting" |
16 | } | 16 | } |
17 | paintings { | 17 | paintings { |
18 | name: "FAR" | 18 | name: "FAR" |
19 | path: "Components/Paintings/aches4" | 19 | path: "Components/Paintings/aches4" |
20 | orientation: "south" | 20 | orientation: "south" |
21 | flipped: true | 21 | gravity: Y_PLUS |
22 | display_name: "Flipped Far Painting" | 22 | display_name: "Flipped Far Painting" |
23 | } \ No newline at end of file | 23 | } \ No newline at end of file |