mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
8 lines
174 B
JavaScript
Executable File
8 lines
174 B
JavaScript
Executable File
export default class Configuration {
|
|
|
|
static deleteNodesKeyboardKey = "Delete"
|
|
static expandGridSize = 400
|
|
static gridSize = 16
|
|
static gridSnap = 16
|
|
}
|