From ae036225b19ccb82546e436129ee6020f817ffa3 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 27 Jun 2021 16:45:33 -0500 Subject: [PATCH] Optimized some modals --- src/components/system/GameOverScreen.vue | 24 +++---- src/components/system/Info.vue | 84 ++++++++++++------------ src/components/system/Modal.vue | 23 +++++-- 3 files changed, 75 insertions(+), 56 deletions(-) diff --git a/src/components/system/GameOverScreen.vue b/src/components/system/GameOverScreen.vue index 13446c0..12521ff 100644 --- a/src/components/system/GameOverScreen.vue +++ b/src/components/system/GameOverScreen.vue @@ -7,18 +7,20 @@

You've beaten {{ title }} v{{ versionNumber }}: {{ versionTitle }}

-
-
It took you {{ timePlayed }} to beat the game.
-
-
Please check the Discord to discuss the game or to check for new content updates!
-
-
- - - {{ discordName }} - +
-
-
- By {{ author }} -
-
- Made in TMT-X, by thepaperpilot with inspiration from Acameada, Jacorb, and Aarex -
-
- -
-
- - - {{ discordName }} - -
-
- - - The Paper Pilot Community - -
-
- - - The Modding Tree - -
-
- - - Jacorb's Games - -
-
-
Time Played: {{ timePlayed }}
-
+ diff --git a/src/components/system/Modal.vue b/src/components/system/Modal.vue index 314bce5..e6be37a 100644 --- a/src/components/system/Modal.vue +++ b/src/components/system/Modal.vue @@ -1,23 +1,23 @@