character sheet added, light theme only

This commit is contained in:
Nathanael Phillips 2020-11-05 20:37:19 -07:00
parent e7ec90c944
commit d217b00916
16 changed files with 2833 additions and 22 deletions

View file

@ -623,4 +623,9 @@ async function addSubTabs(app, html, data) {
}
}
Hooks.on("renderActorSheet5eCharacterNew", (app, html, data) => {
addFavorites(app, html, data);
addSubTabs(app, html, data);
});