fix: add width for entrances in MapTemplate

This commit is contained in:
Renge 2022-04-02 12:34:54 -04:00
parent 735754af56
commit 520fb8837e

View File

@ -11,5 +11,5 @@ export class RoomTemplate {
height: number; height: number;
bottomLayer: Array<number>; bottomLayer: Array<number>;
topLayer: Array<number>; topLayer: Array<number>;
entrances: Array<[x: number, y: number]> entrances: Array<[x: number, y: number, width: number]>
} }