diff --git a/projects/designs/hints.json b/projects/designs/hints.json deleted file mode 100644 index 472e433..0000000 --- a/projects/designs/hints.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - 'title': 'Chapter 1 - In the beginning...', - 'questions': [ - { - 'id': 1, - 'question': 'What do I do with this cloak?', - 'hints': [ - { - 'id': 1, - 'description': 'Maybe it belongs somewhere.' - }, - { - 'id': 2, - 'description': 'If there were only somewhere to hang it.' - }, - { - 'id': 3, - 'description': 'Hang it on the hook.' - } - - ] - }, - { - 'id': 1, - 'question': 'Why is it dark in here?', - 'hints': [ - { - 'id': 1, - 'description': 'Do you have a light source?' - }, - { - 'id': 2, - 'description': 'The light switch is somewhere.' - }, - { - 'id': 3, - 'description': 'The hook in the cloakroom is interesting.' - }, - { - 'id': 4, - 'description': 'After you hang up the cloak, things will get brighter!' - } - ] - } - ] - } -] diff --git a/projects/designs/FyreVMMem.ts b/projects/designs/ts/FyreVMMem.ts similarity index 100% rename from projects/designs/FyreVMMem.ts rename to projects/designs/ts/FyreVMMem.ts diff --git a/ui/designs.png b/ui/designs.png new file mode 100644 index 0000000..f4e6c57 Binary files /dev/null and b/ui/designs.png differ