minimal scale system

This commit is contained in:
2023-07-31 16:31:35 +02:00
parent 4b601045c8
commit e8ff8d1b74
3 changed files with 73 additions and 0 deletions

View File

@ -258,6 +258,9 @@ export class Editor {
}
}
);
if (event.keyCode == 121) { this.changeModeFromInterface("global"); }
if (event.keyCode == 122) { this.changeModeFromInterface("init"); }
});
// ================================================================================