Map editor teleport enhancements
This commit is contained in:
@ -11,7 +11,7 @@ export class BaseMap extends BaseEntity {
|
||||
id = randomUUID()
|
||||
|
||||
@Property()
|
||||
name!: string
|
||||
name: string = ''
|
||||
|
||||
@Property()
|
||||
width = 10
|
||||
@ -19,7 +19,7 @@ export class BaseMap extends BaseEntity {
|
||||
@Property()
|
||||
height = 10
|
||||
|
||||
@Property({ type: 'json', nullable: true })
|
||||
@Property({ type: 'json' })
|
||||
tiles: Array<Array<string>> = []
|
||||
|
||||
@Property()
|
||||
|
Reference in New Issue
Block a user