create demo zone fix
This commit is contained in:
parent
76207e3bc3
commit
4fcb9693b6
@ -85,7 +85,6 @@ model Zone {
|
|||||||
width Int
|
width Int
|
||||||
height Int
|
height Int
|
||||||
tiles Json
|
tiles Json
|
||||||
walls Json
|
|
||||||
zoneObjects ZoneObject[]
|
zoneObjects ZoneObject[]
|
||||||
characters Character[]
|
characters Character[]
|
||||||
chats Chat[]
|
chats Chat[]
|
||||||
|
@ -43,7 +43,7 @@ class ZoneRepository {
|
|||||||
name: name,
|
name: name,
|
||||||
width: width,
|
width: width,
|
||||||
height: height,
|
height: height,
|
||||||
tiles: tiles,
|
tiles: tiles
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
@ -62,7 +62,7 @@ class ZoneRepository {
|
|||||||
name: name,
|
name: name,
|
||||||
width: width,
|
width: width,
|
||||||
height: height,
|
height: height,
|
||||||
tiles: tiles,
|
tiles: tiles
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user