From c0cb2f8169d788990eab7db3f6628d8bc657e938 Mon Sep 17 00:00:00 2001 From: mehbark Date: Sun, 20 Aug 2023 08:46:03 -0400 Subject: [PATCH] cursor adventure: DONE ENOUGH --- html/cursor-adventure.tsx | 562 +++++++++++++++++++++----------------- 1 file changed, 310 insertions(+), 252 deletions(-) diff --git a/html/cursor-adventure.tsx b/html/cursor-adventure.tsx index d6f3bf5..6cfcb4a 100644 --- a/html/cursor-adventure.tsx +++ b/html/cursor-adventure.tsx @@ -54,7 +54,7 @@ const CursorImg = ({ cursor }: { cursor: Cursor }) => ( /> ); -const debug = true; +const debug = false; const debug_style = debug ? { border: "1px solid red", @@ -116,256 +116,314 @@ const Section = ({ ); render_and_copy( -
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ > +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {debug && ( + a messy kolourpaint concept drawing that is roughly like the above + )} + );