diff --git a/src/components/Player/common/engines.js b/src/components/Player/common/engines.js index 32ef85f..d023af3 100644 --- a/src/components/Player/common/engines.js +++ b/src/components/Player/common/engines.js @@ -2,6 +2,7 @@ import bocfel from 'emglken/src/bocfel.js' import git from 'emglken/src/git.js' import hugo from 'emglken/src/hugo.js' import tads from 'emglken/src/tads.js' +import scare from 'emglken/src/scare.js' const formats = [ { @@ -19,6 +20,11 @@ const formats = [ extensions: /hex$/, engine: hugo, }, + { + id: 'scare', + extensions: /taf$/, + engine: scare, + }, { id: 'tads', extensions: /(gam|t3)$/, diff --git a/src/views/HomeView/HomeView.jsx b/src/views/HomeView/HomeView.jsx index 2bd7b84..101c3c5 100644 --- a/src/views/HomeView/HomeView.jsx +++ b/src/views/HomeView/HomeView.jsx @@ -83,12 +83,13 @@ export default function HomeView ({ themeEngine }) {
Text-only games are supported:Supported formats
+
-