WIP
This commit is contained in:
parent
579422653b
commit
79caa5e9ab
8 changed files with 35 additions and 25 deletions
|
@ -73,6 +73,7 @@ export const NOTCHES_LENGTH = 10;
|
|||
/// SYMBOL DEFAULTS ///
|
||||
|
||||
export const DEFAULT_SYMBOL_WIDTH = 32;
|
||||
export const DEFAULT_SYMBOL_IS_VERTICAL = false;
|
||||
export const DEFAULT_SYMBOL_HEIGHT = 32;
|
||||
|
||||
/**
|
||||
|
@ -310,7 +311,8 @@ export function GetDefaultSymbolModel(name: string,
|
|||
displayedText: symbolConfig.DisplayedText ?? id,
|
||||
type: name,
|
||||
config: structuredClone(symbolConfig),
|
||||
x: 0,
|
||||
offset: 0,
|
||||
isVertical : symbolConfig.isVertical ?? DEFAULT_SYMBOL_IS_VERTICAL,
|
||||
width: symbolConfig.Width ?? DEFAULT_SYMBOL_WIDTH,
|
||||
height: symbolConfig.Height ?? DEFAULT_SYMBOL_HEIGHT,
|
||||
linkedContainers: new Set(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue