diff options
Diffstat (limited to 'oo.py')
-rw-r--r-- | oo.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -591,6 +591,7 @@ class ooPlay: self.write("space bar or return: rotates piece") self.write("q: quit game") self.write("n: new game") + self.write("f: fix rotation") self.write("r: randomize rotations") self.write("s: toggle show errors") self.write("t: toggle toroidal mode") |