From d20ffa2ba60b1c6b87c25f1957c87ae2e6eb80d9 Mon Sep 17 00:00:00 2001 From: Starknet Dev Date: Tue, 7 Jan 2025 00:01:54 +0000 Subject: [PATCH] add arcade instructions --- ui/src/app/components/start/Spawn.tsx | 61 ++++++++++++++++++++++----- 1 file changed, 50 insertions(+), 11 deletions(-) diff --git a/ui/src/app/components/start/Spawn.tsx b/ui/src/app/components/start/Spawn.tsx index ad58f74d6..b172bc27b 100644 --- a/ui/src/app/components/start/Spawn.tsx +++ b/ui/src/app/components/start/Spawn.tsx @@ -1,5 +1,12 @@ import { Button } from "@/app/components/buttons/Button"; -import { DownArrowIcon, PlusIcon } from "@/app/components/icons/Icons"; +import { + CoinIcon, + DownArrowIcon, + GiBruteIcon, + PlusIcon, + SkullIcon, + SpikedWallIcon, +} from "@/app/components/icons/Icons"; import { TxActivity } from "@/app/components/navigation/TxActivity"; import PaymentDetails from "@/app/components/start/PaymentDetails"; import SeasonDetails from "@/app/components/start/SeasonDetails"; @@ -14,6 +21,7 @@ import { networkConfig } from "@/app/lib/networkConfig"; import { formatLords } from "@/app/lib/utils"; import { Adventurer, FormData } from "@/app/types"; import Image from "next/image"; +import Logo from "public/icons/logo.svg"; import Lords from "public/icons/lords.svg"; import { useEffect, useMemo, useState } from "react"; import { TypeAnimation } from "react-type-animation"; @@ -306,10 +314,39 @@ export const Spawn = ({
- {/*
- -
*/} -
+
+
+ +

Instructions

+
+
    +
  1. + 1. Insert Tokens{" "} + +
  2. +
  3. + 2. Defeat the Beast + +
  4. +
  5. + 3. Choose your stat upgrades + +
  6. +
  7. + 4. Purchase items with gold on the market{" "} + +
  8. +
  9. + 5. Explore, discover and dodge obstacles + +
  10. +
  11. + 6. Die + +
  12. +
+
+ {/*
*/}
@@ -326,19 +363,21 @@ export const Spawn = ({
)}
-
+
- -
- {seasonActive && ( + {seasonActive && ( + + )} + {seasonActive && ( +
- )} -
+
+ )}
) : (