minimal scale system
This commit is contained in:
@ -258,6 +258,9 @@ export class Editor {
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
if (event.keyCode == 121) { this.changeModeFromInterface("global"); }
|
||||
if (event.keyCode == 122) { this.changeModeFromInterface("init"); }
|
||||
});
|
||||
|
||||
// ================================================================================
|
||||
|
||||
Reference in New Issue
Block a user