From b743fda634d92aec663f4b038ed66d9c497e8b2f Mon Sep 17 00:00:00 2001 From: mehbark Date: Thu, 4 Jan 2024 22:23:08 -0500 Subject: [PATCH] gameboy: colors i'm happy with --- html/gameboy.tsx | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/html/gameboy.tsx b/html/gameboy.tsx index 0ff7ab8..eeb7bc2 100644 --- a/html/gameboy.tsx +++ b/html/gameboy.tsx @@ -46,26 +46,44 @@ const Draw = ({ height: `${height * pixel_width_px}px`, backgroundColor: bg_color, }} + class="screen" > {...new Array(width * height) .fill(null) .map(() => )} ); + +// you know what, let's just to the dark grey part. sorry! const Shell = ({ children }: { children: ComponentChild }) => ( -
{children}
+
+
+
+
+
CHONK MATRIX WITH STERENO SOUND
+
+ {children} +
); -// https://www.color-hex.com/color-palette/26401 // body: "#aaaaaa" +// horrid url +// https://duet-cdn.vox-cdn.com/thumbor/0x0:2048x1364/750x500/filters:focal(1024x682:1025x683):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/23755199/a31768dc_f45b_4ac7_8f34_6f99e835ed358223055624103571533.jpg render_and_copy( - + <> + + + +

+ // TODO: !!! +

+ );