From 638ae5ebdb4463a838b88ef9f52361a57fab70f2 Mon Sep 17 00:00:00 2001 From: Maximilian Alvim de Faria Date: Wed, 8 May 2024 18:29:00 +0200 Subject: [PATCH] Add chopping to main menu, update return href for ./SmokeCrack --- app/page.tsx | 7 +++++++ public/SmokeCrack/SmokeCrack.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 1a754a6..be3827b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,6 +2,7 @@ import Image from "next/image"; import Link from "next/link"; import { thermiteImg } from "@/public/images/puzzles"; +import { describe } from "node:test"; const puzzles = [ { @@ -46,6 +47,12 @@ const puzzles = [ img: "https://github.com/MaximilianAdF/NoPixel-MiniGames-4.0/assets/71356958/835f82cb-a5de-43b7-ade0-6bc74285ed00", title: "Word Memory", description: "" + }, + { + href: "/puzzles/chopping", + img: "https://github.com/MaximilianAdF/NoPixel-MiniGames-4.0/assets/63980031/66cf9e24-4bdf-4c76-bfa9-fed56570cc40", + title: "Chopping", + description: "Replica of the Chopping hack that is triggered when chopping vehicles on NoPixel 4.0" } ] diff --git a/public/SmokeCrack/SmokeCrack.html b/public/SmokeCrack/SmokeCrack.html index 394787f..4ba3672 100644 --- a/public/SmokeCrack/SmokeCrack.html +++ b/public/SmokeCrack/SmokeCrack.html @@ -13,7 +13,7 @@
- Check other Mini-games + Check other Mini-games