diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 08:34:13 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 08:34:13 -0400 |
commit | 4c791aabbdcd3090dddb3d40266764356006c777 (patch) | |
tree | a51c2b9813fe4014c72be42f720fe732cf688e10 /data/maps/the_entry | |
parent | 4104bf038b1a581d2e33d78fec79ba5fd87f4a6b (diff) | |
download | lingo2-archipelago-4c791aabbdcd3090dddb3d40266764356006c777.tar.gz lingo2-archipelago-4c791aabbdcd3090dddb3d40266764356006c777.tar.bz2 lingo2-archipelago-4c791aabbdcd3090dddb3d40266764356006c777.zip |
[Data] Made proxies with the same answer as the panel explicit
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r-- | data/maps/the_entry/metadata.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Starting Room.txtpb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_entry/metadata.txtpb b/data/maps/the_entry/metadata.txtpb index 679454a..0eeb29a 100644 --- a/data/maps/the_entry/metadata.txtpb +++ b/data/maps/the_entry/metadata.txtpb | |||
@@ -9,3 +9,5 @@ excluded_nodes: "Panels/Back Left/backleft_3_proxied_1" | |||
9 | excluded_nodes: "Panels/Back Left/backleft_3_proxied_2" | 9 | excluded_nodes: "Panels/Back Left/backleft_3_proxied_2" |
10 | excluded_nodes: "Panels/Back Left/backleft_4_proxied_1" | 10 | excluded_nodes: "Panels/Back Left/backleft_4_proxied_1" |
11 | excluded_nodes: "Panels/Back Left/backleft_4_proxied_2" | 11 | excluded_nodes: "Panels/Back Left/backleft_4_proxied_2" |
12 | # This is a proxy related to the first panel and it doesn't seem useful. | ||
13 | excluded_nodes: "Panels/Entry/entry_proxied_fake" | ||
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index aeb66ab..0b2c2db 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb | |||
@@ -5,6 +5,7 @@ panels { | |||
5 | path: "Panels/Entry/entry_proxying_1" | 5 | path: "Panels/Entry/entry_proxying_1" |
6 | clue: "hi" | 6 | clue: "hi" |
7 | answer: "hi" | 7 | answer: "hi" |
8 | proxies { answer: "hi" path: "Panels/Entry/entry_proxied_1" } | ||
8 | proxies { answer: "bye" path: "Panels/Entry/entry_proxied_2" } | 9 | proxies { answer: "bye" path: "Panels/Entry/entry_proxied_2" } |
9 | proxies { answer: "hidden" path: "Panels/Entry/entry_proxied_5" } | 10 | proxies { answer: "hidden" path: "Panels/Entry/entry_proxied_5" } |
10 | proxies { answer: "high" path: "Panels/Entry/entry_proxied_3" } | 11 | proxies { answer: "high" path: "Panels/Entry/entry_proxied_3" } |