Improved Ronin help

This commit is contained in:
Devine Lu Linvega
2017-02-22 09:50:10 -07:00
parent 369e56bfac
commit 837f60ea0a
6 changed files with 144 additions and 81 deletions

View File

@@ -16,7 +16,7 @@ function Ronin()
this.vector = new Vector("+");
this.help = new Help("?");
this.typo = new Typographe("&");
this.preset = new Preset("-");
this.cursor = new Cursor(".");
this.modules[this.surface.rune] = this.surface;
@@ -30,6 +30,7 @@ function Ronin()
this.modules[this.typo.rune] = this.typo;
this.modules[this.stroke.rune] = this.stroke;
this.modules[this.vector.rune] = this.vector;
this.modules[this.preset.rune] = this.preset;
this.modules[this.help.rune] = this.help;
this.modules[this.cursor.rune] = this.cursor;