Skip to content

Commit

Permalink
Add Xenomorph theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcglincy committed Nov 7, 2022
1 parent 0c2c873 commit d331350
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0

- Add Xenomorph theme.

# 1.0.1

- **PLEASE BACK UP YOUR WORLD DATA BEFORE UPGRADING TO THIS VERSION OF DUNGEON DRAW!!!**
Expand Down
2 changes: 1 addition & 1 deletion modules/dungeondraw-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/dungeondraw-bundle.min.js.map

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions src/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,24 @@ export const themes = {
wallThickness: 15,
}),
},
xenomorph: {
name: "Xenomorph",
config: foundry.utils.mergeObject(defaultConfig(), {
doorColor: "#8AF0F0",
doorFillOpacity: 0,
doorLineThickness: 5,
doorThickness: 20,
exteriorShadowColor: "#00838C",
floorColor: "#255151",
interiorShadowColor: "#00838C",
sceneBackgroundColor: "#002222",
sceneGridColor: "#ffffff",
sceneGridOpacity: 1,
secretDoorSColor: "#8AF0F0",
wallColor: "#8AF0F0",
wallThickness: 4,
invisibleWallColor: "#000909",
invisibleWallThickness: 5,
}),
},
};

0 comments on commit d331350

Please sign in to comment.