diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-23 21:51:44 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-23 21:51:44 -0400 |
commit | 4ac0c5388b199d0ebcec4cc7a838956ea6f4b080 (patch) | |
tree | 8f96c24dc1b0298855ac6a251c71196c284f0166 | |
parent | 0b45b2454931d01da1a6ad2264ec02f3ea3d02f9 (diff) | |
download | witness-tutorializer-4ac0c5388b199d0ebcec4cc7a838956ea6f4b080.tar.gz witness-tutorializer-4ac0c5388b199d0ebcec4cc7a838956ea6f4b080.tar.bz2 witness-tutorializer-4ac0c5388b199d0ebcec4cc7a838956ea6f4b080.zip |
Added tutorial gate close panel
The gate panel now alternates between opening and closing, which is fun.
-rw-r--r-- | Source/Panels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Panels.h b/Source/Panels.h index a5da348..98ce0dd 100644 --- a/Source/Panels.h +++ b/Source/Panels.h | |||
@@ -538,6 +538,7 @@ std::vector<int> squarePanels = { | |||
538 | 538 | ||
539 | 539 | ||
540 | 0x03629, // Tutorial Gate Open | 540 | 0x03629, // Tutorial Gate Open |
541 | 0x03505, // Tutorial Gate Close | ||
541 | 542 | ||
542 | 0x0C373, // Tutorial Patio floor | 543 | 0x0C373, // Tutorial Patio floor |
543 | 0x1C349, // Symmetry Island Door 2 - Collision fails here, sadly | 544 | 0x1C349, // Symmetry Island Door 2 - Collision fails here, sadly |