diff --git a/TODO b/TODO index 472da31..a378286 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,7 @@ - Add XP gain cheetsheet for each class - Add Class items to Compendium - Add brush strokes if needed for styling (https://www.onlygfx.com/55-dry-brush-stroke-png-transparent/) -- Add City map as Compendium or separate button +- Add City map as Compendium or a separate button. Add notes descripbing the City areas. - Add die calculator - Add Crew Template shortcut - Add Crew XP cheetsheet @@ -19,3 +19,4 @@ - Add screenshots - Add BitD fonts and fix styles - Fix the Teeth black color to "$almost_black" +- Add Localization diff --git a/module/crew-sheet.js b/module/crew-sheet.js index 204a3d8..634dba9 100644 --- a/module/crew-sheet.js +++ b/module/crew-sheet.js @@ -10,7 +10,7 @@ export class BladesCrewSheet extends ActorSheet { classes: ["blades-in-the-dark", "sheet", "actor"], template: "systems/blades-in-the-dark/templates/crew-sheet.html", width: 930, - height: 970, + height: 1015, tabs: [{navSelector: ".tabs", contentSelector: ".tab-content", initial: "turfs"}] }); }