Swap tutorialZone key for skipping step

This commit is contained in:
Ryan Huffman 2016-12-09 15:50:55 -08:00
parent 70e6cce113
commit b85399308d

View file

@ -45,7 +45,7 @@ if (!Function.prototype.bind) {
keyReleaseHandler: function(event) {
print(event.text);
if (event.isShifted && event.isAlt) {
if (event.text == ",") {
if (event.text == "F12") {
if (!this.tutorialManager.startNextStep()) {
this.tutorialManager.startTutorial();
}