Change map state drawShapes and fogShapes name

This commit is contained in:
Mitchell McCaffrey
2021-08-06 08:21:19 +10:00
parent d1e62e850a
commit b300418d78
10 changed files with 52 additions and 28 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export type EditFlag = "drawing" | "tokens" | "notes" | "fog";
export type MapState = {
tokens: TokenStates;
drawShapes: DrawingState;
fogShapes: FogState;
drawings: DrawingState;
fogs: FogState;
editFlags: Array<EditFlag>;
notes: Notes;
mapId: string;