24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
|
name: "Obverse Magenta Room" display_name: "Obverse Magenta Room" # TODO: Should these two maybe not be randomizable because they hint the keyholder? paintings { name: "TEA" path: "Components/Paintings/tea" orientation: "east" display_name: "Magenta Room Left Painting" } paintings { name: "TEE" path: "Components/Paintings/tee" orientation: "west" display_name: "Magenta Room Right Painting" } y>
![]() |
index : witness-tutorializer | |
Mod for The Witness that makes every puzzle into a straight line |
about summary refs log blame commit diff stats |
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
|