diff --git a/templates/Apps/CryptApp/delveConditions.hbs b/templates/Apps/CryptApp/delveConditions.hbs deleted file mode 100644 index 4e0f00d..0000000 --- a/templates/Apps/CryptApp/delveConditions.hbs +++ /dev/null @@ -1,29 +0,0 @@ -
- -
- Difficulty -
-
- {{ difficulty }} - {{#if meta.editable}} -
- - -
- {{/if}} -
-
-
diff --git a/templates/Apps/CryptApp/fate.hbs b/templates/Apps/CryptApp/fate.hbs deleted file mode 100644 index c1a5ba6..0000000 --- a/templates/Apps/CryptApp/fate.hbs +++ /dev/null @@ -1,12 +0,0 @@ -
- -
- Fate -
-
- N -
-
-
diff --git a/templates/Apps/CryptApp/style.css b/templates/Apps/CryptApp/style.css deleted file mode 100644 index 9d6c772..0000000 --- a/templates/Apps/CryptApp/style.css +++ /dev/null @@ -1,18 +0,0 @@ -.ripcrypt.ripcrypt--CryptApp { - max-width: initial; - min-width: initial; - - > .window-header .window-title { - text-align: center; - } - - > .window-content { - background: var(--base-background); - padding: 4px; - }; - - .row { - display: flex; - flex-direction: row; - } -} diff --git a/templates/Apps/CryptApp/turnCount.hbs b/templates/Apps/CryptApp/turnCount.hbs deleted file mode 100644 index 0653413..0000000 --- a/templates/Apps/CryptApp/turnCount.hbs +++ /dev/null @@ -1,12 +0,0 @@ -
- -
- Turn -
-
- 1 -
-
-