From 993433da931969da37f10b4084bc6db7d642f349 Mon Sep 17 00:00:00 2001 From: GeorgeSchafer <77408854+GeorgeSchafer@users.noreply.github.com> Date: Sun, 19 May 2024 07:15:47 -0700 Subject: [PATCH] removed grid --- Gems.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gems.mjs b/Gems.mjs index 633c0c5..7c2633a 100644 --- a/Gems.mjs +++ b/Gems.mjs @@ -60,7 +60,6 @@ import { addAdoptedStyleSheet, JSONCSS, } from './vjsc/vanilla.mjs' -import { Grid } from './grid/Grid.mjs' @@ -176,7 +175,6 @@ class PlayField { constructor(height) { this.field = { - data: new Grid(8,height), container: new FlexBox(flex.r,['field'], 'field'), lines: [] }