From 42bc01739ae159be11e5a0f78fedecb471544e68 Mon Sep 17 00:00:00 2001 From: pskfyi Date: Fri, 14 Jan 2022 23:13:20 -0800 Subject: [PATCH] feat: custom key art w/ animations --- components/KeyArtStage.vue | 76 ++++++++++++++++++++++---- components/TimeHeader.vue | 2 +- nuxt.config.js | 30 +++++++++++ static/Apprentices.svg | 34 ++++++++++++ static/Instruments.svg | 42 +++++++++++++++ static/Missions.svg | 108 +++++++++++++++++++++++++++++++++++++ static/TimeMachine.svg | 90 +++++++++++++++++++++++++++++++ static/TimeMagic.svg | 86 +++++++++++++++++++++++++++++ static/Wisdom.svg | 62 +++++++++++++++++++++ 9 files changed, 520 insertions(+), 10 deletions(-) create mode 100644 static/Apprentices.svg create mode 100644 static/Instruments.svg create mode 100644 static/Missions.svg create mode 100644 static/TimeMachine.svg create mode 100644 static/TimeMagic.svg create mode 100644 static/Wisdom.svg diff --git a/components/KeyArtStage.vue b/components/KeyArtStage.vue index 0417133..1e836ed 100644 --- a/components/KeyArtStage.vue +++ b/components/KeyArtStage.vue @@ -1,6 +1,16 @@