Minor fixes

This commit is contained in:
Peter Varaksin 2020-04-29 15:24:56 +03:00
parent 2c34228ff5
commit 9d95a8860f
2 changed files with 3 additions and 2 deletions

3
TODO
View file

@ -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

View file

@ -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"}]
});
}