Skip to content

Commit

Permalink
Releasing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jauntyjocularjay committed May 19, 2024
2 parents f22b5dc + 48b0bb2 commit 78eb2aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gems.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import {
addAdoptedStyleSheet,
JSONCSS,
} from './vjsc/vanilla.mjs'
import { Grid } from './grid/Grid.mjs'



Expand Down Expand Up @@ -176,7 +175,6 @@ class PlayField {
constructor(height)
{
this.field = {
data: new Grid(8,height),
container: new FlexBox(flex.r,['field'], 'field'),
lines: []
}
Expand Down

0 comments on commit 78eb2aa

Please sign in to comment.