diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 18:35:06 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 18:35:06 -0400 |
commit | 1b68ed2e63e037d34caec8ff3b2d939a44c12d19 (patch) | |
tree | 7742927e6a3064a6369d7c7903818bb9cc442516 /data/maps/the_gallery | |
parent | a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3 (diff) | |
download | lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.tar.gz lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.tar.bz2 lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.zip |
Added the_tree
Diffstat (limited to 'data/maps/the_gallery')
-rw-r--r-- | data/maps/the_gallery/doors.txtpb | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/data/maps/the_gallery/doors.txtpb b/data/maps/the_gallery/doors.txtpb index 3ea51e2..916acb8 100644 --- a/data/maps/the_gallery/doors.txtpb +++ b/data/maps/the_gallery/doors.txtpb | |||
@@ -81,7 +81,37 @@ doors { | |||
81 | name: "Tree Painting" | 81 | name: "Tree Painting" |
82 | type: ITEM_ONLY | 82 | type: ITEM_ONLY |
83 | move_paintings { room: "Main Area" name: "TREE" } | 83 | move_paintings { room: "Main Area" name: "TREE" } |
84 | # TODO: any panel in The Tree | 84 | panels { map: "the_tree" room: "Main Area" name: "COLOR" } |
85 | panels { map: "the_tree" room: "Main Area" name: "DAMAGE (1)" } | ||
86 | panels { map: "the_tree" room: "Main Area" name: "DAMAGE (2)" } | ||
87 | panels { map: "the_tree" room: "Main Area" name: "MEAL (1)" } | ||
88 | panels { map: "the_tree" room: "Main Area" name: "MEAL (2)" } | ||
89 | panels { map: "the_tree" room: "Main Area" name: "WALK (1)" } | ||
90 | panels { map: "the_tree" room: "Main Area" name: "WALK (2)" } | ||
91 | panels { map: "the_tree" room: "Main Area" name: "REST" } | ||
92 | panels { map: "the_tree" room: "Main Area" name: "SLEEP" } | ||
93 | panels { map: "the_tree" room: "Main Area" name: "JUMP (1)" } | ||
94 | panels { map: "the_tree" room: "Main Area" name: "JUMP (2)" } | ||
95 | panels { map: "the_tree" room: "Main Area" name: "DRIZZLE" } | ||
96 | panels { map: "the_tree" room: "Main Area" name: "WADE" } | ||
97 | panels { map: "the_tree" room: "Main Area" name: "GROW (1)" } | ||
98 | panels { map: "the_tree" room: "Main Area" name: "GROW (2)" } | ||
99 | panels { map: "the_tree" room: "Main Area" name: "GROW (3)" } | ||
100 | panels { map: "the_tree" room: "Main Area" name: "GOOD (1)" } | ||
101 | panels { map: "the_tree" room: "Main Area" name: "GOOD (2)" } | ||
102 | panels { map: "the_tree" room: "Main Area" name: "GOOD (3)" } | ||
103 | panels { map: "the_tree" room: "Main Area" name: "HOVER" } | ||
104 | panels { map: "the_tree" room: "Main Area" name: "HAPPY (1)" } | ||
105 | panels { map: "the_tree" room: "Main Area" name: "HAPPY (2)" } | ||
106 | panels { map: "the_tree" room: "Main Area" name: "HAPPY (3)" } | ||
107 | panels { map: "the_tree" room: "Main Area" name: "LIGHT (1)" } | ||
108 | panels { map: "the_tree" room: "Main Area" name: "LIGHT (2)" } | ||
109 | panels { map: "the_tree" room: "Main Area" name: "LIGHT (3)" } | ||
110 | panels { map: "the_tree" room: "Main Area" name: "SMALL (1)" } | ||
111 | panels { map: "the_tree" room: "Main Area" name: "SMALL (2)" } | ||
112 | panels { map: "the_tree" room: "Main Area" name: "SMALL (3)" } | ||
113 | panels { map: "the_tree" room: "Main Area" name: "SPRINKLE" } | ||
114 | complete_at: 1 | ||
85 | } | 115 | } |
86 | doors { | 116 | doors { |
87 | name: "Unyielding Painting" | 117 | name: "Unyielding Painting" |