This commit is contained in:
Carl Fuchs 2023-01-25 14:42:05 +01:00
parent 2c6b511a2f
commit 7c83116df1
8 changed files with 32 additions and 9 deletions

View file

@ -10,6 +10,9 @@ export interface IAvailableSymbol {
Image: IImage
/** displayed text */
DisplayedText?: string
X?: number
Y?: number