From a8d3890131acb14cb6756baeca3e257a4de3ab07 Mon Sep 17 00:00:00 2001 From: I Made Setia Baruna Date: Sat, 9 Jan 2021 18:43:22 +0800 Subject: [PATCH] Add how to use calculator --- src/components/CalculatorHowToModal.svelte | 25 +++++++++++++++++++++ src/routes/calculator/index.svelte | 25 +++++++++++++++++++-- src/routes/todo.svelte | 2 +- static/images/calculator-character.png | Bin 0 -> 190064 bytes static/images/calculator-weapon.png | Bin 0 -> 112287 bytes 5 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 src/components/CalculatorHowToModal.svelte create mode 100644 static/images/calculator-character.png create mode 100644 static/images/calculator-weapon.png diff --git a/src/components/CalculatorHowToModal.svelte b/src/components/CalculatorHowToModal.svelte new file mode 100644 index 00000000..de53be11 --- /dev/null +++ b/src/components/CalculatorHowToModal.svelte @@ -0,0 +1,25 @@ + + +
+
+ + + +

Click the picture to maximize

+
+
+

How to use the Weapon Calculator

+ + how to use calculator weapon + +
+
+

How to use the Character Calculator

+ + how to use calculator character + +
+
diff --git a/src/routes/calculator/index.svelte b/src/routes/calculator/index.svelte index 5e1dffbd..0745a161 100644 --- a/src/routes/calculator/index.svelte +++ b/src/routes/calculator/index.svelte @@ -1,14 +1,29 @@