Moving fonts to dist, grabbing cursor on scrolling

This commit is contained in:
barsdeveloper
2021-12-27 01:45:44 +01:00
parent 1017ce6bb2
commit 303cc5b71e
26 changed files with 202 additions and 93 deletions

View File

@@ -1,4 +1,7 @@
export default class Configuration {
static deleteNodesKeyboardKey = "Delete"
}
static expandGridSize = 400
static gridSize = 16
static gridSnap = 16
}