This commit is contained in:
nim-ka
2022-11-08 22:30:37 +00:00
parent b5e7f07541
commit f8e9088e67
13 changed files with 616 additions and 341 deletions

View File

@@ -1,4 +1,4 @@
class Grid {
Grid = class Grid {
constructor(w, h, fill = 0) {
this.width = w
this.height = h