Make mirror collage toggleable ingame by pressing M

This commit is contained in:
yugecin
2016-10-01 13:58:10 +02:00
parent 376cb558cb
commit 49e03add75
2 changed files with 18 additions and 2 deletions

View File

@@ -694,7 +694,7 @@ public class Options {
}
},
DANCE_MIRROR ("Mirror collage", "MirrorCollage", "Hypnotizing stuff", Dancer.mirror) {
DANCE_MIRROR ("Mirror collage", "MirrorCollage", "Hypnotizing stuff. Toggle this ingame by pressing the M key.", Dancer.mirror) {
@Override
public void click(GameContainer container) {
bool = !bool;