add more functions

This commit is contained in:
2023-08-03 00:25:40 +02:00
parent 405af94d16
commit 9a00b6bf2a
3 changed files with 12 additions and 5 deletions

View File

@ -45,7 +45,6 @@ export class Editor {
clock: Clock;
manualPlay: boolean = false;
// Mouse position
public _mouseX: number = 0;
public _mouseY: number = 0;