mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Swap tutorialZone key for skipping step
This commit is contained in:
parent
70e6cce113
commit
b85399308d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue