Added token outlines

This commit is contained in:
Mitchell McCaffrey
2021-04-24 18:21:49 +10:00
parent aa9a8979e1
commit f7975c041a
8 changed files with 249 additions and 47 deletions
+3
View File
@@ -41,6 +41,9 @@ function Tokens({ onMapTokenStateCreate }) {
locked: false,
visible: true,
type: token.type,
outline: token.outline,
width: token.width,
height: token.height,
};
if (token.type === "file") {
tokenState.file = token.file;