From 7c72b71436cde7c2e44eff5178493733a0059464 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 5 Mar 2025 22:13:33 -0700 Subject: [PATCH] Remove unneeded files --- templates/Apps/CryptApp/delveConditions.hbs | 29 --------------------- templates/Apps/CryptApp/fate.hbs | 12 --------- templates/Apps/CryptApp/style.css | 18 ------------- templates/Apps/CryptApp/turnCount.hbs | 12 --------- 4 files changed, 71 deletions(-) delete mode 100644 templates/Apps/CryptApp/delveConditions.hbs delete mode 100644 templates/Apps/CryptApp/fate.hbs delete mode 100644 templates/Apps/CryptApp/style.css delete mode 100644 templates/Apps/CryptApp/turnCount.hbs 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 -
-
-